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

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

Issue 1224203003: Componentize //chrome/common/omnibox_focus_state.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@omnibox_component_browser_subdir
Patch Set: Rebase 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 | « chrome/browser/DEPS ('k') | chrome/browser/ui/omnibox/omnibox_current_page_delegate.h » ('j') | no next file with comments »
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "//chrome/app/resources:platform_locale_settings", 43 "//chrome/app/resources:platform_locale_settings",
44 "//chrome/app/theme:theme_resources", 44 "//chrome/app/theme:theme_resources",
45 "//chrome/browser/net:encrypted_cert_logger_proto", 45 "//chrome/browser/net:encrypted_cert_logger_proto",
46 "//chrome/browser/ssl:cert_logger_proto", 46 "//chrome/browser/ssl:cert_logger_proto",
47 "//chrome/common", 47 "//chrome/common",
48 "//chrome/common/net", 48 "//chrome/common/net",
49 "//components/app_modal", 49 "//components/app_modal",
50 "//components/auto_login_parser", 50 "//components/auto_login_parser",
51 "//components/dom_distiller/webui", 51 "//components/dom_distiller/webui",
52 "//components/invalidation/impl", 52 "//components/invalidation/impl",
53 "//components/omnibox/common",
53 "//components/onc", 54 "//components/onc",
54 "//components/password_manager/core/browser", 55 "//components/password_manager/core/browser",
55 "//components/resources", 56 "//components/resources",
56 "//components/strings", 57 "//components/strings",
57 "//components/update_client", 58 "//components/update_client",
58 "//content/public/common", 59 "//content/public/common",
59 "//crypto", 60 "//crypto",
60 "//skia", 61 "//skia",
61 "//third_party/cacheinvalidation", 62 "//third_party/cacheinvalidation",
62 "//third_party/icu", 63 "//third_party/icu",
(...skipping 463 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 | « chrome/browser/DEPS ('k') | chrome/browser/ui/omnibox/omnibox_current_page_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698