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

Side by Side Diff: ui/base/BUILD.gn

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 3 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 | « third_party/libusb/BUILD.gn ('k') | no next file » | 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 deps = [ 283 deps = [
284 "//base", 284 "//base",
285 "//base/third_party/dynamic_annotations", 285 "//base/third_party/dynamic_annotations",
286 "//base:base_static", 286 "//base:base_static",
287 "//base:i18n", 287 "//base:i18n",
288 "//net", 288 "//net",
289 "//skia", 289 "//skia",
290 "//third_party/icu", 290 "//third_party/icu",
291 "//ui/events/platform", 291 "//ui/events/platform",
292 "//ui/events:events_base", 292 "//ui/events:events_base",
293 "//ui/gfx",
294 "//ui/gfx/geometry",
293 "//ui/resources", 295 "//ui/resources",
294 "//ui/strings", 296 "//ui/strings",
295 "//url", 297 "//url",
296 ] 298 ]
299 # We expose these things in our headers:
300 forward_dependent_configs_from = [
301 "//ui/gfx",
302 ]
297 303
298 if (is_ios) { 304 if (is_ios) {
299 sources += [ 305 sources += [
300 "l10n/l10n_util_mac.h", 306 "l10n/l10n_util_mac.h",
301 "l10n/l10n_util_mac.mm", 307 "l10n/l10n_util_mac.mm",
302 ] 308 ]
303 } else { 309 } else {
304 deps += [ "//ui/base/ime" ] 310 deps += [ "//ui/base/ime" ]
305 } 311 }
306 312
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 584 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
579 "../android/java/src/org/chromium/ui/base/ResourceBundle.java", 585 "../android/java/src/org/chromium/ui/base/ResourceBundle.java",
580 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 586 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
581 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 587 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
582 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 588 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
583 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 589 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
584 ] 590 ]
585 jni_package = "base" 591 jni_package = "base"
586 } 592 }
587 } 593 }
OLDNEW
« no previous file with comments | « third_party/libusb/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698