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

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

Issue 426673003: Introduce a helper for OPENFILENAME struct to make certain logic testable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix renamed method calls. 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 | « no previous file | ui/base/ui_base.gyp » ('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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "win/foreground_helper.cc", 232 "win/foreground_helper.cc",
233 "win/foreground_helper.h", 233 "win/foreground_helper.h",
234 "win/hidden_window.cc", 234 "win/hidden_window.cc",
235 "win/hidden_window.h", 235 "win/hidden_window.h",
236 "win/hwnd_subclass.cc", 236 "win/hwnd_subclass.cc",
237 "win/hwnd_subclass.h", 237 "win/hwnd_subclass.h",
238 "win/internal_constants.cc", 238 "win/internal_constants.cc",
239 "win/internal_constants.h", 239 "win/internal_constants.h",
240 "win/lock_state.cc", 240 "win/lock_state.cc",
241 "win/lock_state.h", 241 "win/lock_state.h",
242 "win/open_file_name_win.cc",
243 "win/open_file_name_win.h",
242 "win/message_box_win.cc", 244 "win/message_box_win.cc",
243 "win/message_box_win.h", 245 "win/message_box_win.h",
244 "win/mouse_wheel_util.cc", 246 "win/mouse_wheel_util.cc",
245 "win/mouse_wheel_util.h", 247 "win/mouse_wheel_util.h",
246 "win/scoped_ole_initializer.cc", 248 "win/scoped_ole_initializer.cc",
247 "win/scoped_ole_initializer.h", 249 "win/scoped_ole_initializer.h",
248 "win/shell.cc", 250 "win/shell.cc",
249 "win/shell.h", 251 "win/shell.h",
250 "win/touch_input.cc", 252 "win/touch_input.cc",
251 "win/touch_input.h", 253 "win/touch_input.h",
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 573 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
572 "../android/java/src/org/chromium/ui/base/ResourceBundle.java", 574 "../android/java/src/org/chromium/ui/base/ResourceBundle.java",
573 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 575 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
574 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 576 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
575 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 577 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
576 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 578 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
577 ] 579 ]
578 jni_package = "base" 580 jni_package = "base"
579 } 581 }
580 } 582 }
OLDNEW
« no previous file with comments | « no previous file | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698