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/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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "//components/suggestions/proto", | 110 "//components/suggestions/proto", |
111 "//components/url_formatter", | 111 "//components/url_formatter", |
112 "//device/nfc", | 112 "//device/nfc", |
113 "//media", | 113 "//media", |
114 "//net:net_with_v8", | 114 "//net:net_with_v8", |
115 "//storage/browser", | 115 "//storage/browser", |
116 "//storage/common", | 116 "//storage/common", |
117 "//third_party/WebKit/public:resources", | 117 "//third_party/WebKit/public:resources", |
118 "//third_party/adobe/flash:flapper_version_h", | 118 "//third_party/adobe/flash:flapper_version_h", |
119 "//third_party/leveldatabase", | 119 "//third_party/leveldatabase", |
| 120 "//third_party/libjingle", |
120 "//third_party/mojo/src/mojo/edk/system", | 121 "//third_party/mojo/src/mojo/edk/system", |
121 "//third_party/libjingle", | |
122 "//third_party/re2", | 122 "//third_party/re2", |
123 "//ui/base/ime", | 123 "//ui/base/ime", |
124 "//ui/compositor", | 124 "//ui/compositor", |
125 "//ui/surface", | 125 "//ui/surface", |
126 "//ui/web_dialogs", | 126 "//ui/web_dialogs", |
127 "//v8", | 127 "//v8", |
128 ] | 128 ] |
129 } else { | 129 } else { |
130 # iOS. | 130 # iOS. |
131 sources += | 131 sources += |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 sources -= [ "views/frame/taskbar_decorator.cc" ] | 385 sources -= [ "views/frame/taskbar_decorator.cc" ] |
386 public_deps += [ | 386 public_deps += [ |
387 "//ui/views", | 387 "//ui/views", |
388 "//ui/views/controls/webview", | 388 "//ui/views/controls/webview", |
389 ] | 389 ] |
390 deps += [ | 390 deps += [ |
391 "//chrome/browser/metro_utils", | 391 "//chrome/browser/metro_utils", |
392 "//chrome/installer/util:strings", | 392 "//chrome/installer/util:strings", |
393 "//components/search_engines", | 393 "//components/search_engines", |
394 "//google_update", | 394 "//google_update", |
395 "//third_party/wtl", | |
396 "//third_party/iaccessible2", | 395 "//third_party/iaccessible2", |
397 "//third_party/isimpledom", | 396 "//third_party/isimpledom", |
| 397 "//third_party/wtl", |
398 "//ui/app_list", | 398 "//ui/app_list", |
399 ] | 399 ] |
400 if (!is_chrome_branded) { | 400 if (!is_chrome_branded) { |
401 deps -= [ "//google_update" ] | 401 deps -= [ "//google_update" ] |
402 sources -= [ "webui/help/version_updater_win.cc" ] | 402 sources -= [ "webui/help/version_updater_win.cc" ] |
403 sources += [ | 403 sources += [ |
404 "webui/help/version_updater_basic.cc", | 404 "webui/help/version_updater_basic.cc", |
405 "webui/help/version_updater_basic.h", | 405 "webui/help/version_updater_basic.h", |
406 ] | 406 ] |
407 } | 407 } |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 "//chrome/browser", | 595 "//chrome/browser", |
596 "//content/public/browser", | 596 "//content/public/browser", |
597 "//content/public/common", | 597 "//content/public/common", |
598 "//content/test:test_support", | 598 "//content/test:test_support", |
599 "//net:test_support", | 599 "//net:test_support", |
600 "//skia", | 600 "//skia", |
601 "//testing/gtest", | 601 "//testing/gtest", |
602 "//ui/base", | 602 "//ui/base", |
603 ] | 603 ] |
604 } | 604 } |
OLD | NEW |