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

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

Issue 296933017: Introduce GN to desktop_linux arg and grit_defines list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm TODO Created 6 years, 6 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 | « tools/gn/secondary/tools/grit/grit_rule.gni ('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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "ui_base_paths.h", 209 "ui_base_paths.h",
210 "ui_base_switches.cc", 210 "ui_base_switches.cc",
211 "ui_base_switches.h", 211 "ui_base_switches.h",
212 "ui_base_switches_util.cc", 212 "ui_base_switches_util.cc",
213 "ui_base_switches_util.h", 213 "ui_base_switches_util.h",
214 "ui_base_types.cc", 214 "ui_base_types.cc",
215 "ui_base_types.h", 215 "ui_base_types.h",
216 "ui_base_export.h", 216 "ui_base_export.h",
217 "view_prop.cc", 217 "view_prop.cc",
218 "view_prop.h", 218 "view_prop.h",
219 # TODO(tfarina): Uncomment these when http://crbug.com/367591 is fixed.
220 "webui/jstemplate_builder.cc", 219 "webui/jstemplate_builder.cc",
221 "webui/jstemplate_builder.h", 220 "webui/jstemplate_builder.h",
222 #"webui/web_ui_util.cc", 221 "webui/web_ui_util.cc",
223 #"webui/web_ui_util.h", 222 "webui/web_ui_util.h",
224 "win/accessibility_ids_win.h", 223 "win/accessibility_ids_win.h",
225 "win/accessibility_misc_utils.cc", 224 "win/accessibility_misc_utils.cc",
226 "win/accessibility_misc_utils.h", 225 "win/accessibility_misc_utils.h",
227 "win/atl_module.h", 226 "win/atl_module.h",
228 "win/dpi_setup.cc", 227 "win/dpi_setup.cc",
229 "win/dpi_setup.h", 228 "win/dpi_setup.h",
230 "win/foreground_helper.cc", 229 "win/foreground_helper.cc",
231 "win/foreground_helper.h", 230 "win/foreground_helper.h",
232 "win/hidden_window.cc", 231 "win/hidden_window.cc",
233 "win/hidden_window.h", 232 "win/hidden_window.h",
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java", 552 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java",
554 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 553 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
555 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 554 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
556 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 555 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
557 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 556 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
558 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 557 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
559 ] 558 ]
560 jni_package = "base" 559 jni_package = "base"
561 } 560 }
562 } 561 }
OLDNEW
« no previous file with comments | « tools/gn/secondary/tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698