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

Side by Side Diff: ui/base/ui_base.gyp

Issue 250823008: Add GN build file for ui/base target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review 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
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'touch/touch_device.cc', 238 'touch/touch_device.cc',
239 'touch/touch_device.h', 239 'touch/touch_device.h',
240 'touch/touch_device_android.cc', 240 'touch/touch_device_android.cc',
241 'touch/touch_device_aurax11.cc', 241 'touch/touch_device_aurax11.cc',
242 'touch/touch_device_ozone.cc', 242 'touch/touch_device_ozone.cc',
243 'touch/touch_device_win.cc', 243 'touch/touch_device_win.cc',
244 'touch/touch_editing_controller.cc', 244 'touch/touch_editing_controller.cc',
245 'touch/touch_editing_controller.h', 245 'touch/touch_editing_controller.h',
246 'touch/touch_enabled.cc', 246 'touch/touch_enabled.cc',
247 'touch/touch_enabled.h', 247 'touch/touch_enabled.h',
248 'ui_base_export.h',
248 'ui_base_exports.cc', 249 'ui_base_exports.cc',
249 'ui_base_paths.cc', 250 'ui_base_paths.cc',
250 'ui_base_paths.h', 251 'ui_base_paths.h',
251 'ui_base_switches.cc', 252 'ui_base_switches.cc',
252 'ui_base_switches.h', 253 'ui_base_switches.h',
253 'ui_base_switches_util.cc', 254 'ui_base_switches_util.cc',
254 'ui_base_switches_util.h', 255 'ui_base_switches_util.h',
255 'ui_base_types.cc', 256 'ui_base_types.cc',
256 'ui_base_types.h', 257 'ui_base_types.h',
257 'ui_base_export.h',
258 'view_prop.cc', 258 'view_prop.cc',
259 'view_prop.h', 259 'view_prop.h',
260 'webui/jstemplate_builder.cc', 260 'webui/jstemplate_builder.cc',
261 'webui/jstemplate_builder.h', 261 'webui/jstemplate_builder.h',
262 'webui/web_ui_util.cc', 262 'webui/web_ui_util.cc',
263 'webui/web_ui_util.h', 263 'webui/web_ui_util.h',
264 'win/accessibility_ids_win.h', 264 'win/accessibility_ids_win.h',
265 'win/accessibility_misc_utils.cc', 265 'win/accessibility_misc_utils.cc',
266 'win/accessibility_misc_utils.h', 266 'win/accessibility_misc_utils.h',
267 'win/atl_module.h', 267 'win/atl_module.h',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'variables': { 624 'variables': {
625 'jni_gen_package': 'ui', 625 'jni_gen_package': 'ui',
626 'jni_generator_ptr_type': 'long', 626 'jni_generator_ptr_type': 'long',
627 }, 627 },
628 'includes': [ '../../build/jni_generator.gypi' ], 628 'includes': [ '../../build/jni_generator.gypi' ],
629 }, 629 },
630 ], 630 ],
631 }], 631 }],
632 ], 632 ],
633 } 633 }
OLDNEW
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698