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

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

Issue 1233313005: Move elide_url to its own component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/status_bubble_mac.mm » ('j') | ui/secure_display/OWNERS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("../../chrome_browser_ui.gypi") ], 10 [ rebase_path("../../chrome_browser_ui.gypi") ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "//ui/accessibility", 66 "//ui/accessibility",
67 "//ui/base", 67 "//ui/base",
68 "//ui/content_accelerators", 68 "//ui/content_accelerators",
69 "//ui/events", 69 "//ui/events",
70 "//ui/events:gesture_detection", 70 "//ui/events:gesture_detection",
71 "//ui/gfx", 71 "//ui/gfx",
72 "//ui/gfx/geometry", 72 "//ui/gfx/geometry",
73 "//ui/message_center", 73 "//ui/message_center",
74 "//ui/native_theme", 74 "//ui/native_theme",
75 "//ui/resources", 75 "//ui/resources",
76 "//ui/secure_display",
76 "//ui/snapshot", 77 "//ui/snapshot",
77 "//ui/strings", 78 "//ui/strings",
78 ] 79 ]
79 80
80 if (!is_ios) { 81 if (!is_ios) {
81 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, 82 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources,
82 ".", 83 ".",
83 "//chrome") 84 "//chrome")
84 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, 85 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources,
85 ".", 86 ".",
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 "//chrome/browser", 527 "//chrome/browser",
527 "//content/public/browser", 528 "//content/public/browser",
528 "//content/public/common", 529 "//content/public/common",
529 "//content/test:test_support", 530 "//content/test:test_support",
530 "//net:test_support", 531 "//net:test_support",
531 "//skia", 532 "//skia",
532 "//testing/gtest", 533 "//testing/gtest",
533 "//ui/base", 534 "//ui/base",
534 ] 535 ]
535 } 536 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/status_bubble_mac.mm » ('j') | ui/secure_display/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698