| OLD | NEW |
| 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 import("//build/config/crypto.gni") | 9 import("//build/config/crypto.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "bind.h.pump", | 361 "bind.h.pump", |
| 362 "callback.h", | 362 "callback.h", |
| 363 "callback.h.pump", | 363 "callback.h.pump", |
| 364 "fileutils_mock.h", | 364 "fileutils_mock.h", |
| 365 "genericslot.h", | 365 "genericslot.h", |
| 366 "genericslot.h.pump", | 366 "genericslot.h.pump", |
| 367 "httpserver.cc", | 367 "httpserver.cc", |
| 368 "httpserver.h", | 368 "httpserver.h", |
| 369 "json.cc", | 369 "json.cc", |
| 370 "json.h", | 370 "json.h", |
| 371 "logsinks.cc", |
| 372 "logsinks.h", |
| 371 "mathutils.h", | 373 "mathutils.h", |
| 372 "multipart.cc", | 374 "multipart.cc", |
| 373 "multipart.h", | 375 "multipart.h", |
| 374 "natserver.cc", | 376 "natserver.cc", |
| 375 "natserver.h", | 377 "natserver.h", |
| 376 "natsocketfactory.cc", | 378 "natsocketfactory.cc", |
| 377 "natsocketfactory.h", | 379 "natsocketfactory.h", |
| 378 "nattypes.cc", | 380 "nattypes.cc", |
| 379 "nattypes.h", | 381 "nattypes.h", |
| 380 "optionsfile.cc", | 382 "optionsfile.cc", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 defines += [ "CARBON_DEPRECATED=YES" ] | 627 defines += [ "CARBON_DEPRECATED=YES" ] |
| 626 } | 628 } |
| 627 | 629 |
| 628 if (is_linux || is_android) { | 630 if (is_linux || is_android) { |
| 629 sources += [ | 631 sources += [ |
| 630 "linux.cc", | 632 "linux.cc", |
| 631 "linux.h", | 633 "linux.h", |
| 632 ] | 634 ] |
| 633 } | 635 } |
| 634 } | 636 } |
| OLD | NEW |