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

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

Issue 369603004: Work on GN build, mostly in //ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/keyboard/BUILD.gn » ('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/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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 deps = [ 272 deps = [
273 "//base", 273 "//base",
274 "//base/third_party/dynamic_annotations", 274 "//base/third_party/dynamic_annotations",
275 "//base:base_static", 275 "//base:base_static",
276 "//base:i18n", 276 "//base:i18n",
277 "//net", 277 "//net",
278 "//skia", 278 "//skia",
279 "//third_party/icu", 279 "//third_party/icu",
280 "//ui/events:events_base", 280 "//ui/events:events_base",
281 "//ui/resources", 281 "//ui/resources",
282 "//ui/resources:unscaled_resources",
283 "//ui/strings", 282 "//ui/strings",
284 "//ui/webui/resources",
285 "//url", 283 "//url",
286 ] 284 ]
287 285
288 if (is_ios) { 286 if (is_ios) {
289 sources += [ 287 sources += [
290 "l10n/l10n_util_mac.h", 288 "l10n/l10n_util_mac.h",
291 "l10n/l10n_util_mac.mm", 289 "l10n/l10n_util_mac.mm",
292 ] 290 ]
293 } 291 }
294 292
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java", 548 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java",
551 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 549 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
552 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 550 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
553 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 551 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
554 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 552 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
555 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 553 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
556 ] 554 ]
557 jni_package = "base" 555 jni_package = "base"
558 } 556 }
559 } 557 }
OLDNEW
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698