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

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

Issue 465693002: GN: Remove duplicate entries from sources lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « sync/BUILD.gn ('k') | ui/wm/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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "ui_base_export.h", 210 "ui_base_export.h",
211 "ui_base_exports.cc", 211 "ui_base_exports.cc",
212 "ui_base_paths.cc", 212 "ui_base_paths.cc",
213 "ui_base_paths.h", 213 "ui_base_paths.h",
214 "ui_base_switches.cc", 214 "ui_base_switches.cc",
215 "ui_base_switches.h", 215 "ui_base_switches.h",
216 "ui_base_switches_util.cc", 216 "ui_base_switches_util.cc",
217 "ui_base_switches_util.h", 217 "ui_base_switches_util.h",
218 "ui_base_types.cc", 218 "ui_base_types.cc",
219 "ui_base_types.h", 219 "ui_base_types.h",
220 "ui_base_export.h",
221 "view_prop.cc", 220 "view_prop.cc",
222 "view_prop.h", 221 "view_prop.h",
223 "webui/jstemplate_builder.cc", 222 "webui/jstemplate_builder.cc",
224 "webui/jstemplate_builder.h", 223 "webui/jstemplate_builder.h",
225 "webui/web_ui_util.cc", 224 "webui/web_ui_util.cc",
226 "webui/web_ui_util.h", 225 "webui/web_ui_util.h",
227 "win/accessibility_ids_win.h", 226 "win/accessibility_ids_win.h",
228 "win/accessibility_misc_utils.cc", 227 "win/accessibility_misc_utils.cc",
229 "win/accessibility_misc_utils.h", 228 "win/accessibility_misc_utils.h",
230 "win/atl_module.h", 229 "win/atl_module.h",
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 578 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
580 "../android/java/src/org/chromium/ui/base/ResourceBundle.java", 579 "../android/java/src/org/chromium/ui/base/ResourceBundle.java",
581 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 580 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
582 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 581 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
583 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 582 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
584 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 583 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
585 ] 584 ]
586 jni_package = "base" 585 jni_package = "base"
587 } 586 }
588 } 587 }
OLDNEW
« no previous file with comments | « sync/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698