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

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

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some review comments Created 5 years, 2 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 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "//components/suggestions/proto", 100 "//components/suggestions/proto",
101 "//components/url_formatter", 101 "//components/url_formatter",
102 "//device/nfc", 102 "//device/nfc",
103 "//media", 103 "//media",
104 "//net:net_with_v8", 104 "//net:net_with_v8",
105 "//storage/browser", 105 "//storage/browser",
106 "//storage/common", 106 "//storage/common",
107 "//third_party/WebKit/public:resources", 107 "//third_party/WebKit/public:resources",
108 "//third_party/adobe/flash:flapper_version_h", 108 "//third_party/adobe/flash:flapper_version_h",
109 "//third_party/leveldatabase", 109 "//third_party/leveldatabase",
110 "//third_party/libjingle",
110 "//third_party/mojo/src/mojo/edk/system", 111 "//third_party/mojo/src/mojo/edk/system",
111 "//third_party/libjingle",
112 "//third_party/re2", 112 "//third_party/re2",
113 "//ui/base/ime", 113 "//ui/base/ime",
114 "//ui/compositor", 114 "//ui/compositor",
115 "//ui/surface", 115 "//ui/surface",
116 "//ui/web_dialogs", 116 "//ui/web_dialogs",
117 "//v8", 117 "//v8",
118 ] 118 ]
119 } else { 119 } else {
120 # iOS. 120 # iOS.
121 sources += 121 sources +=
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "//chrome/browser", 541 "//chrome/browser",
542 "//content/public/browser", 542 "//content/public/browser",
543 "//content/public/common", 543 "//content/public/common",
544 "//content/test:test_support", 544 "//content/test:test_support",
545 "//net:test_support", 545 "//net:test_support",
546 "//skia", 546 "//skia",
547 "//testing/gtest", 547 "//testing/gtest",
548 "//ui/base", 548 "//ui/base",
549 ] 549 ]
550 } 550 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | chrome/test/base/run_all_unittests.cc » ('j') | mojo/edk/embedder/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698