| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 "//content/public/app:both", | 27 "//content/public/app:both", |
| 28 "//content/public/browser:browser_sources", | 28 "//content/public/browser:browser_sources", |
| 29 "//content/public/common:common_sources", | 29 "//content/public/common:common_sources", |
| 30 "//net:test_support", | 30 "//net:test_support", |
| 31 "//skia", | 31 "//skia", |
| 32 "//storage/common", | 32 "//storage/common", |
| 33 "//testing/gmock", | 33 "//testing/gmock", |
| 34 "//testing/gtest", | 34 "//testing/gtest", |
| 35 "//ui/accessibility:ax_gen", | 35 "//ui/accessibility:ax_gen", |
| 36 "//ui/base", | 36 "//ui/base", |
| 37 "//ui/base/ime", | |
| 38 "//ui/base:test_support", | 37 "//ui/base:test_support", |
| 39 "//ui/events:dom4_keycode_converter", | 38 "//ui/events:dom4_keycode_converter", |
| 40 "//ui/events:events_base", | 39 "//ui/events:events_base", |
| 41 "//ui/events:test_support", | 40 "//ui/events:test_support", |
| 42 "//ui/events:gesture_detection", | 41 "//ui/events:gesture_detection", |
| 43 "//ui/gfx:test_support", | 42 "//ui/gfx:test_support", |
| 44 "//ui/gl", | 43 "//ui/gl", |
| 45 "//ui/resources", | 44 "//ui/resources", |
| 46 "//url", | 45 "//url", |
| 47 ] | 46 ] |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 #"//ppapi:ppapi_tests", TODO(GYP) | 292 #"//ppapi:ppapi_tests", TODO(GYP) |
| 294 #"//ppapi:ppapi_unittest_shared", TODO(GYP) | 293 #"//ppapi:ppapi_unittest_shared", TODO(GYP) |
| 295 "//testing/gmock", | 294 "//testing/gmock", |
| 296 "//testing/gtest", | 295 "//testing/gtest", |
| 297 "//third_party/WebKit/public:blink", | 296 "//third_party/WebKit/public:blink", |
| 298 "//third_party/leveldatabase", | 297 "//third_party/leveldatabase", |
| 299 "//third_party/mesa:osmesa", | 298 "//third_party/mesa:osmesa", |
| 300 "//ui/accessibility", | 299 "//ui/accessibility", |
| 301 "//ui/accessibility:ax_gen", | 300 "//ui/accessibility:ax_gen", |
| 302 "//ui/base", | 301 "//ui/base", |
| 303 "//ui/base/ime", | |
| 304 "//ui/gfx", | 302 "//ui/gfx", |
| 305 "//ui/gfx/geometry", | 303 "//ui/gfx/geometry", |
| 306 "//ui/gl", | 304 "//ui/gl", |
| 307 "//ui/resources", | 305 "//ui/resources", |
| 308 "//ui/shell_dialogs", | 306 "//ui/shell_dialogs", |
| 309 "//ui/snapshot", | 307 "//ui/snapshot", |
| 310 ] | 308 ] |
| 311 | 309 |
| 312 if (!is_chromeos) { | 310 if (!is_chromeos) { |
| 313 sources -= | 311 sources -= |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 "//content/public/common", | 692 "//content/public/common", |
| 695 "//testing/gtest", | 693 "//testing/gtest", |
| 696 "//third_party/WebKit/public:blink", | 694 "//third_party/WebKit/public:blink", |
| 697 "//ui/base", | 695 "//ui/base", |
| 698 "//ui/gfx", | 696 "//ui/gfx", |
| 699 "//ui/gfx/geometry", | 697 "//ui/gfx/geometry", |
| 700 "//ui/gl", | 698 "//ui/gl", |
| 701 ] | 699 ] |
| 702 } | 700 } |
| 703 } | 701 } |
| OLD | NEW |