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

Side by Side Diff: ui/ui.gyp

Issue 143953007: Changes look for scrollbars on windows (2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 11 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/resources/ui_resources.grd ('k') | ui/views/painter.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'base/models/menu_separator_types.h', 229 'base/models/menu_separator_types.h',
230 'base/models/simple_menu_model.cc', 230 'base/models/simple_menu_model.cc',
231 'base/models/simple_menu_model.h', 231 'base/models/simple_menu_model.h',
232 'base/models/table_model.cc', 232 'base/models/table_model.cc',
233 'base/models/table_model.h', 233 'base/models/table_model.h',
234 'base/models/table_model_observer.h', 234 'base/models/table_model_observer.h',
235 'base/models/tree_model.cc', 235 'base/models/tree_model.cc',
236 'base/models/tree_model.h', 236 'base/models/tree_model.h',
237 'base/models/tree_node_iterator.h', 237 'base/models/tree_node_iterator.h',
238 'base/models/tree_node_model.h', 238 'base/models/tree_node_model.h',
239 'base/nine_image_painter_factory.cc',
240 'base/nine_image_painter_factory.h',
239 'base/resource/data_pack.cc', 241 'base/resource/data_pack.cc',
240 'base/resource/data_pack.h', 242 'base/resource/data_pack.h',
241 'base/resource/resource_bundle.cc', 243 'base/resource/resource_bundle.cc',
242 'base/resource/resource_bundle.h', 244 'base/resource/resource_bundle.h',
243 'base/resource/resource_bundle_android.cc', 245 'base/resource/resource_bundle_android.cc',
244 'base/resource/resource_bundle_auralinux.cc', 246 'base/resource/resource_bundle_auralinux.cc',
245 'base/resource/resource_bundle_gtk.cc', 247 'base/resource/resource_bundle_gtk.cc',
246 'base/resource/resource_bundle_ios.mm', 248 'base/resource/resource_bundle_ios.mm',
247 'base/resource/resource_bundle_mac.mm', 249 'base/resource/resource_bundle_mac.mm',
248 'base/resource/resource_bundle_win.cc', 250 'base/resource/resource_bundle_win.cc',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 ], 376 ],
375 }, { # use_aura!=1 377 }, { # use_aura!=1
376 'sources!': [ 378 'sources!': [
377 'base/cursor/cursor.cc', 379 'base/cursor/cursor.cc',
378 'base/cursor/cursor.h', 380 'base/cursor/cursor.h',
379 'base/cursor/cursor_loader_x11.cc', 381 'base/cursor/cursor_loader_x11.cc',
380 'base/cursor/cursor_loader_x11.h', 382 'base/cursor/cursor_loader_x11.h',
381 'base/cursor/cursor_mac.mm', 383 'base/cursor/cursor_mac.mm',
382 'base/cursor/cursor_win.cc', 384 'base/cursor/cursor_win.cc',
383 'base/cursor/cursor_x11.cc', 385 'base/cursor/cursor_x11.cc',
386 'base/nine_image_painter_factory.cc',
387 'base/nine_image_painter_factory.h',
384 'base/x/selection_owner.cc', 388 'base/x/selection_owner.cc',
385 'base/x/selection_owner.h', 389 'base/x/selection_owner.h',
386 'base/x/selection_requestor.cc', 390 'base/x/selection_requestor.cc',
387 'base/x/selection_requestor.h', 391 'base/x/selection_requestor.h',
388 'base/x/selection_utils.cc', 392 'base/x/selection_utils.cc',
389 'base/x/selection_utils.h', 393 'base/x/selection_utils.h',
390 ] 394 ]
391 }], 395 }],
392 ['use_aura==0 or OS!="linux"', { 396 ['use_aura==0 or OS!="linux"', {
393 'sources!': [ 397 'sources!': [
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'variables': { 642 'variables': {
639 'jni_gen_package': 'ui', 643 'jni_gen_package': 'ui',
640 'jni_generator_ptr_type': 'long', 644 'jni_generator_ptr_type': 'long',
641 }, 645 },
642 'includes': [ '../build/jni_generator.gypi' ], 646 'includes': [ '../build/jni_generator.gypi' ],
643 }, 647 },
644 ], 648 ],
645 }], 649 }],
646 ], 650 ],
647 } 651 }
OLDNEW
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/views/painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698