| OLD | NEW | 
|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be | 
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. | 
| 4 | 4 | 
| 5 import("//build/config/features.gni") | 5 import("//build/config/features.gni") | 
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") | 
|  | 7 import("//printing/features/features.gni") | 
| 7 import("//testing/test.gni") | 8 import("//testing/test.gni") | 
| 8 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") | 
| 9 | 10 | 
| 10 if (is_android) { | 11 if (is_android) { | 
| 11   import("//build/config/android/rules.gni") | 12   import("//build/config/android/rules.gni") | 
| 12 } | 13 } | 
| 13 | 14 | 
| 14 if (is_ios) { | 15 if (is_ios) { | 
| 15   import("//ios/build/config.gni") | 16   import("//ios/build/config.gni") | 
| 16 } | 17 } | 
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 405       "//components/password_manager/content/renderer", | 406       "//components/password_manager/content/renderer", | 
| 406       "//components/strings", | 407       "//components/strings", | 
| 407       "//components/tracing", | 408       "//components/tracing", | 
| 408       "//content/shell:content_shell_lib", | 409       "//content/shell:content_shell_lib", | 
| 409       "//content/test:browsertest_support", | 410       "//content/test:browsertest_support", | 
| 410       "//content/test:test_support", | 411       "//content/test:test_support", | 
| 411       "//device/bluetooth", | 412       "//device/bluetooth", | 
| 412       "//device/geolocation", | 413       "//device/geolocation", | 
| 413       "//ipc:test_support", | 414       "//ipc:test_support", | 
| 414       "//net:test_support", | 415       "//net:test_support", | 
|  | 416       "//printing/features", | 
| 415       "//services/service_manager/public/cpp", | 417       "//services/service_manager/public/cpp", | 
| 416       "//testing/gmock", | 418       "//testing/gmock", | 
| 417       "//testing/gtest", | 419       "//testing/gtest", | 
| 418       "//ui/base", | 420       "//ui/base", | 
| 419     ] | 421     ] | 
| 420 | 422 | 
| 421     data_deps = [ | 423     data_deps = [ | 
| 422       ":components_tests_pak", | 424       ":components_tests_pak", | 
| 423       "//third_party/mesa:osmesa", | 425       "//third_party/mesa:osmesa", | 
| 424     ] | 426     ] | 
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 478       "//testing/perf", | 480       "//testing/perf", | 
| 479       "//url", | 481       "//url", | 
| 480     ] | 482     ] | 
| 481 | 483 | 
| 482     if (!is_ios) { | 484     if (!is_ios) { | 
| 483       sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
     ftest.cc" ] | 485       sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
     ftest.cc" ] | 
| 484       deps += [ "//components/discardable_memory/common" ] | 486       deps += [ "//components/discardable_memory/common" ] | 
| 485     } | 487     } | 
| 486   } | 488   } | 
| 487 } | 489 } | 
| OLD | NEW | 
|---|