| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 deps += [ | 588 deps += [ |
| 589 "//content/public/common", | 589 "//content/public/common", |
| 590 "//mojo/runner/child:lib", | 590 "//mojo/runner/child:lib", |
| 591 "//ui/aura", | 591 "//ui/aura", |
| 592 "//ui/compositor", | 592 "//ui/compositor", |
| 593 "//ui/keyboard", | 593 "//ui/keyboard", |
| 594 "//ui/keyboard:keyboard_with_content", | 594 "//ui/keyboard:keyboard_with_content", |
| 595 "//ui/views/mus:for_component", | 595 "//ui/views/mus:for_component", |
| 596 ] | 596 ] |
| 597 defines += [ "MOJO_SHELL_CLIENT" ] | 597 defines += [ "MOJO_SHELL_CLIENT" ] |
| 598 data_deps += [ "//mash/wm:example_wm" ] | 598 data_deps += [ "//mash/wm" ] |
| 599 } | 599 } |
| 600 if (ui_compositor_image_transport) { | 600 if (ui_compositor_image_transport) { |
| 601 deps += [ "//ui/gl" ] | 601 deps += [ "//ui/gl" ] |
| 602 } | 602 } |
| 603 | 603 |
| 604 if (use_ash) { | 604 if (use_ash) { |
| 605 sources += | 605 sources += |
| 606 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") | 606 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") |
| 607 } | 607 } |
| 608 | 608 |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1275 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1275 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1276 deps = [ | 1276 deps = [ |
| 1277 "//components/google/core/browser", | 1277 "//components/google/core/browser", |
| 1278 "//components/omnibox/browser", | 1278 "//components/omnibox/browser", |
| 1279 "//components/rlz", | 1279 "//components/rlz", |
| 1280 "//components/search_engines", | 1280 "//components/search_engines", |
| 1281 "//rlz:rlz_lib", | 1281 "//rlz:rlz_lib", |
| 1282 ] | 1282 ] |
| 1283 } | 1283 } |
| 1284 } | 1284 } |
| OLD | NEW |