| 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", |
| 37 "//ui/base:test_support", | 38 "//ui/base:test_support", |
| 38 "//ui/events:dom4_keycode_converter", | 39 "//ui/events:dom4_keycode_converter", |
| 39 "//ui/events:events_base", | 40 "//ui/events:events_base", |
| 40 "//ui/events:test_support", | 41 "//ui/events:test_support", |
| 41 "//ui/events:gesture_detection", | 42 "//ui/events:gesture_detection", |
| 42 "//ui/gfx:test_support", | 43 "//ui/gfx:test_support", |
| 43 "//ui/gl", | 44 "//ui/gl", |
| 44 "//ui/resources", | 45 "//ui/resources", |
| 45 "//url", | 46 "//url", |
| 46 ] | 47 ] |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 #"//ppapi:ppapi_tests", TODO(GYP) | 293 #"//ppapi:ppapi_tests", TODO(GYP) |
| 293 #"//ppapi:ppapi_unittest_shared", TODO(GYP) | 294 #"//ppapi:ppapi_unittest_shared", TODO(GYP) |
| 294 "//testing/gmock", | 295 "//testing/gmock", |
| 295 "//testing/gtest", | 296 "//testing/gtest", |
| 296 "//third_party/WebKit/public:blink", | 297 "//third_party/WebKit/public:blink", |
| 297 "//third_party/leveldatabase", | 298 "//third_party/leveldatabase", |
| 298 "//third_party/mesa:osmesa", | 299 "//third_party/mesa:osmesa", |
| 299 "//ui/accessibility", | 300 "//ui/accessibility", |
| 300 "//ui/accessibility:ax_gen", | 301 "//ui/accessibility:ax_gen", |
| 301 "//ui/base", | 302 "//ui/base", |
| 303 "//ui/base/ime", |
| 302 "//ui/gfx", | 304 "//ui/gfx", |
| 303 "//ui/gfx/geometry", | 305 "//ui/gfx/geometry", |
| 304 "//ui/gl", | 306 "//ui/gl", |
| 305 "//ui/resources", | 307 "//ui/resources", |
| 306 "//ui/shell_dialogs", | 308 "//ui/shell_dialogs", |
| 307 "//ui/snapshot", | 309 "//ui/snapshot", |
| 308 ] | 310 ] |
| 309 | 311 |
| 310 if (!is_chromeos) { | 312 if (!is_chromeos) { |
| 311 sources -= | 313 sources -= |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 "//content/public/common", | 694 "//content/public/common", |
| 693 "//testing/gtest", | 695 "//testing/gtest", |
| 694 "//third_party/WebKit/public:blink", | 696 "//third_party/WebKit/public:blink", |
| 695 "//ui/base", | 697 "//ui/base", |
| 696 "//ui/gfx", | 698 "//ui/gfx", |
| 697 "//ui/gfx/geometry", | 699 "//ui/gfx/geometry", |
| 698 "//ui/gl", | 700 "//ui/gl", |
| 699 ] | 701 ] |
| 700 } | 702 } |
| 701 } | 703 } |
| OLD | NEW |