| 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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 # dependencies that don't build with GYP. | 637 # dependencies that don't build with GYP. |
| 638 sources += [ | 638 sources += [ |
| 639 "ui/views/frame/browser_frame_mus.cc", | 639 "ui/views/frame/browser_frame_mus.cc", |
| 640 "ui/views/frame/browser_frame_mus.h", | 640 "ui/views/frame/browser_frame_mus.h", |
| 641 "ui/views/frame/browser_non_client_frame_view_mus.cc", | 641 "ui/views/frame/browser_non_client_frame_view_mus.cc", |
| 642 "ui/views/frame/browser_non_client_frame_view_mus.h", | 642 "ui/views/frame/browser_non_client_frame_view_mus.h", |
| 643 ] | 643 ] |
| 644 deps += [ | 644 deps += [ |
| 645 "//components/mus/public/cpp", | 645 "//components/mus/public/cpp", |
| 646 "//content/public/common", | 646 "//content/public/common", |
| 647 "//mojo/shell/runner/child:lib", | 647 "//mojo/shell/runner/common", |
| 648 "//ui/aura", | 648 "//ui/aura", |
| 649 "//ui/compositor", | 649 "//ui/compositor", |
| 650 "//ui/keyboard", | 650 "//ui/keyboard", |
| 651 "//ui/keyboard:keyboard_with_content", | 651 "//ui/keyboard:keyboard_with_content", |
| 652 "//ui/views/mus:for_component", | 652 "//ui/views/mus:for_component", |
| 653 ] | 653 ] |
| 654 defines += [ "MOJO_SHELL_CLIENT" ] | 654 defines += [ "MOJO_SHELL_CLIENT" ] |
| 655 data_deps += [ "//mash/wm" ] | 655 data_deps += [ "//mash/wm" ] |
| 656 } | 656 } |
| 657 if (ui_compositor_image_transport) { | 657 if (ui_compositor_image_transport) { |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1351 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1351 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1352 deps = [ | 1352 deps = [ |
| 1353 "//components/google/core/browser", | 1353 "//components/google/core/browser", |
| 1354 "//components/omnibox/browser", | 1354 "//components/omnibox/browser", |
| 1355 "//components/rlz", | 1355 "//components/rlz", |
| 1356 "//components/search_engines", | 1356 "//components/search_engines", |
| 1357 "//rlz:rlz_lib", | 1357 "//rlz:rlz_lib", |
| 1358 ] | 1358 ] |
| 1359 } | 1359 } |
| 1360 } | 1360 } |
| OLD | NEW |