Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2074543003: ARC: Add a link to "Manage supported links" in the Chrome app info dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 if (enable_extensions) { 308 if (enable_extensions) {
309 deps += [ "//extensions/components/native_app_window" ] 309 deps += [ "//extensions/components/native_app_window" ]
310 } 310 }
311 311
312 if (!is_chromeos && (!is_mac || mac_views_browser)) { 312 if (!is_chromeos && (!is_mac || mac_views_browser)) {
313 sources += 313 sources +=
314 rebase_path(gypi_values.chrome_browser_ui_views_non_chromeos_sources, 314 rebase_path(gypi_values.chrome_browser_ui_views_non_chromeos_sources,
315 ".", 315 ".",
316 "//chrome") 316 "//chrome")
317 } 317 }
318 if (is_chromeos) {
Peter Kasting 2016/06/22 05:04:52 Nit: Can restructure to combine with conditional a
mtomasz 2016/06/22 07:03:05 Done.
mtomasz 2016/06/22 07:03:05 Done.
319 sources +=
320 rebase_path(gypi_values.chrome_browser_ui_views_chromeos_sources,
321 ".",
322 "//chrome")
323 }
318 if (!is_mac) { 324 if (!is_mac) {
319 sources += 325 sources +=
320 rebase_path(gypi_values.chrome_browser_ui_views_non_mac_sources, 326 rebase_path(gypi_values.chrome_browser_ui_views_non_mac_sources,
321 ".", 327 ".",
322 "//chrome") 328 "//chrome")
323 if (use_aura) { 329 if (use_aura) {
324 deps += [ 330 deps += [
325 "//components/mus/public/cpp", 331 "//components/mus/public/cpp",
326 "//components/mus/public/interfaces", 332 "//components/mus/public/interfaces",
327 ] 333 ]
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "//chrome/browser", 716 "//chrome/browser",
711 "//content/public/browser", 717 "//content/public/browser",
712 "//content/public/common", 718 "//content/public/common",
713 "//content/test:test_support", 719 "//content/test:test_support",
714 "//net:test_support", 720 "//net:test_support",
715 "//skia", 721 "//skia",
716 "//testing/gtest", 722 "//testing/gtest",
717 "//ui/base", 723 "//ui/base",
718 ] 724 ]
719 } 725 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/app_list/app_list_service_views_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698