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

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

Issue 269363002: ui: Move strings translations out of ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/app_list/app_list.gyp ('k') | ui/base/strings/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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 defines = [ "UI_BASE_IMPLEMENTATION" ] 277 defines = [ "UI_BASE_IMPLEMENTATION" ]
278 278
279 deps = [ 279 deps = [
280 "//base", 280 "//base",
281 "//base/third_party/dynamic_annotations", 281 "//base/third_party/dynamic_annotations",
282 "//base:base_static", 282 "//base:base_static",
283 "//base:i18n", 283 "//base:i18n",
284 "//net", 284 "//net",
285 "//skia", 285 "//skia",
286 "//third_party/icu", 286 "//third_party/icu",
287 "//ui/base/strings",
288 "//ui/resources", 287 "//ui/resources",
288 "//ui/strings",
289 "//ui/webui/resources", 289 "//ui/webui/resources",
290 "//url", 290 "//url",
291 ] 291 ]
292 292
293 if (is_ios) { 293 if (is_ios) {
294 sources += [ 294 sources += [
295 "l10n/l10n_util_mac.h", 295 "l10n/l10n_util_mac.h",
296 "l10n/l10n_util_mac.mm", 296 "l10n/l10n_util_mac.mm",
297 ] 297 ]
298 } 298 }
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java", 541 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java",
542 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 542 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
543 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 543 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
544 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 544 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
545 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 545 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
546 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 546 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
547 ] 547 ]
548 jni_package = "base" 548 jni_package = "base"
549 } 549 }
550 } 550 }
OLDNEW
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/base/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698