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

Side by Side Diff: ui/ui.gyp

Issue 10387121: Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « ui/gfx/render_text.cc ('k') | ui/ui_unittests.gypi » ('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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'base/models/menu_model_delegate.h', 205 'base/models/menu_model_delegate.h',
206 'base/models/simple_menu_model.cc', 206 'base/models/simple_menu_model.cc',
207 'base/models/simple_menu_model.h', 207 'base/models/simple_menu_model.h',
208 'base/models/table_model.cc', 208 'base/models/table_model.cc',
209 'base/models/table_model.h', 209 'base/models/table_model.h',
210 'base/models/table_model_observer.h', 210 'base/models/table_model_observer.h',
211 'base/models/tree_model.cc', 211 'base/models/tree_model.cc',
212 'base/models/tree_model.h', 212 'base/models/tree_model.h',
213 'base/models/tree_node_iterator.h', 213 'base/models/tree_node_iterator.h',
214 'base/models/tree_node_model.h', 214 'base/models/tree_node_model.h',
215 'base/native_theme/native_theme.cc',
216 'base/native_theme/native_theme.h',
217 'base/native_theme/native_theme_android.cc',
218 'base/native_theme/native_theme_android.h',
219 'base/native_theme/native_theme_aura.cc',
220 'base/native_theme/native_theme_aura.h',
221 'base/native_theme/native_theme_base.cc',
222 'base/native_theme/native_theme_base.h',
223 'base/native_theme/native_theme_gtk.cc',
224 'base/native_theme/native_theme_gtk.h',
225 'base/native_theme/native_theme_win.cc',
226 'base/native_theme/native_theme_win.h',
227 'base/range/range.cc', 215 'base/range/range.cc',
228 'base/range/range.h', 216 'base/range/range.h',
229 'base/range/range_mac.mm', 217 'base/range/range_mac.mm',
230 'base/range/range_win.cc', 218 'base/range/range_win.cc',
231 'base/resource/data_pack.cc', 219 'base/resource/data_pack.cc',
232 'base/resource/data_pack.h', 220 'base/resource/data_pack.h',
233 'base/resource/resource_bundle.cc', 221 'base/resource/resource_bundle.cc',
234 'base/resource/resource_bundle.h', 222 'base/resource/resource_bundle.h',
235 'base/resource/resource_bundle_android.cc', 223 'base/resource/resource_bundle_android.cc',
236 'base/resource/resource_bundle_aurax11.cc', 224 'base/resource/resource_bundle_aurax11.cc',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'gfx/image/image_util.h', 325 'gfx/image/image_util.h',
338 'gfx/insets.cc', 326 'gfx/insets.cc',
339 'gfx/insets.h', 327 'gfx/insets.h',
340 'gfx/interpolated_transform.h', 328 'gfx/interpolated_transform.h',
341 'gfx/interpolated_transform.cc', 329 'gfx/interpolated_transform.cc',
342 'gfx/mac/nsimage_cache.h', 330 'gfx/mac/nsimage_cache.h',
343 'gfx/mac/nsimage_cache.mm', 331 'gfx/mac/nsimage_cache.mm',
344 'gfx/mac/scoped_ns_disable_screen_updates.h', 332 'gfx/mac/scoped_ns_disable_screen_updates.h',
345 'gfx/monitor.cc', 333 'gfx/monitor.cc',
346 'gfx/monitor.h', 334 'gfx/monitor.h',
335 'gfx/native_theme.cc',
336 'gfx/native_theme.h',
337 'gfx/native_theme_android.cc',
338 'gfx/native_theme_android.h',
339 'gfx/native_theme_aura.cc',
340 'gfx/native_theme_aura.h',
341 'gfx/native_theme_base.cc',
342 'gfx/native_theme_base.h',
343 'gfx/native_theme_gtk.cc',
344 'gfx/native_theme_gtk.h',
345 'gfx/native_theme_win.cc',
346 'gfx/native_theme_win.h',
347 'gfx/native_widget_types.h', 347 'gfx/native_widget_types.h',
348 'gfx/pango_util.h', 348 'gfx/pango_util.h',
349 'gfx/pango_util.cc', 349 'gfx/pango_util.cc',
350 'gfx/path.cc', 350 'gfx/path.cc',
351 'gfx/path.h', 351 'gfx/path.h',
352 'gfx/path_aura.cc', 352 'gfx/path_aura.cc',
353 'gfx/path_gtk.cc', 353 'gfx/path_gtk.cc',
354 'gfx/path_win.cc', 354 'gfx/path_win.cc',
355 'gfx/platform_font.h', 355 'gfx/platform_font.h',
356 'gfx/platform_font_android.cc', 356 'gfx/platform_font_android.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 ['exclude', 'base/x/active_window_watcher_x.h'], 445 ['exclude', 'base/x/active_window_watcher_x.h'],
446 ['exclude', 'base/x/active_window_watcher_x_observer.h'], 446 ['exclude', 'base/x/active_window_watcher_x_observer.h'],
447 ['exclude', 'base/x/root_window_property_watcher_x.cc'], 447 ['exclude', 'base/x/root_window_property_watcher_x.cc'],
448 ['exclude', 'base/x/root_window_property_watcher_x.h'], 448 ['exclude', 'base/x/root_window_property_watcher_x.h'],
449 ['exclude', 'base/x/work_area_watcher_x.cc'], 449 ['exclude', 'base/x/work_area_watcher_x.cc'],
450 ['exclude', 'base/x/work_area_watcher_x.h'], 450 ['exclude', 'base/x/work_area_watcher_x.h'],
451 ['exclude', 'ui_controls_win.cc'], 451 ['exclude', 'ui_controls_win.cc'],
452 ], 452 ],
453 }, { # use_aura!=1 453 }, { # use_aura!=1
454 'sources!': [ 454 'sources!': [
455 'base/native_theme/native_theme_aura.cc', 455 'gfx/native_theme_aura.cc',
456 'base/native_theme/native_theme_aura.h', 456 'gfx/native_theme_aura.h',
457 'base/cursor/cursor.cc', 457 'base/cursor/cursor.cc',
458 'base/cursor/cursor.h', 458 'base/cursor/cursor.h',
459 'base/cursor/cursor_win.cc', 459 'base/cursor/cursor_win.cc',
460 'base/cursor/cursor_x11.cc', 460 'base/cursor/cursor_x11.cc',
461 ] 461 ]
462 }], 462 }],
463 ['use_aura==1 and OS=="win"', { 463 ['use_aura==1 and OS=="win"', {
464 'sources/': [ 464 'sources/': [
465 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], 465 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],
466 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], 466 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'],
467 ['exclude', 'base/native_theme/native_theme_win.cc'], 467 ['exclude', 'gfx/native_theme_win.cc'],
468 ['exclude', 'base/native_theme/native_theme_win.h'], 468 ['exclude', 'gfx/native_theme_win.h'],
469 ['exclude', 'gfx/path_win.cc'], 469 ['exclude', 'gfx/path_win.cc'],
470 ], 470 ],
471 }], 471 }],
472 ['use_aura==0 and toolkit_views==0', { 472 ['use_aura==0 and toolkit_views==0', {
473 'sources/': [ 473 'sources/': [
474 ['exclude', '^base/gestures/*'], 474 ['exclude', '^base/gestures/*'],
475 ] 475 ]
476 }], 476 }],
477 ['use_ibus==1', { 477 ['use_ibus==1', {
478 'dependencies': [ 478 'dependencies': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'gfx/gtk_native_view_id_manager.h', 527 'gfx/gtk_native_view_id_manager.h',
528 'gfx/gtk_preserve_window.cc', 528 'gfx/gtk_preserve_window.cc',
529 'gfx/gtk_preserve_window.h', 529 'gfx/gtk_preserve_window.h',
530 'gfx/gtk_util.cc', 530 'gfx/gtk_util.cc',
531 'gfx/gtk_util.h', 531 'gfx/gtk_util.h',
532 'gfx/image/cairo_cached_surface.cc', 532 'gfx/image/cairo_cached_surface.cc',
533 'gfx/image/cairo_cached_surface.h', 533 'gfx/image/cairo_cached_surface.h',
534 ], 534 ],
535 }, { # toolkit_uses_gtk != 1 535 }, { # toolkit_uses_gtk != 1
536 'sources!': [ 536 'sources!': [
537 'base/native_theme/native_theme_gtk.cc', 537 'gfx/native_theme_gtk.cc',
538 'base/native_theme/native_theme_gtk.h', 538 'gfx/native_theme_gtk.h',
539 ] 539 ]
540 }], 540 }],
541 ['OS=="win"', { 541 ['OS=="win"', {
542 'sources': [ 542 'sources': [
543 'base/native_theme/native_theme_win.cc',
544 'base/native_theme/native_theme_win.h',
545 'gfx/gdi_util.cc', 543 'gfx/gdi_util.cc',
546 'gfx/gdi_util.h', 544 'gfx/gdi_util.h',
547 'gfx/icon_util.cc', 545 'gfx/icon_util.cc',
548 'gfx/icon_util.h', 546 'gfx/icon_util.h',
547 'gfx/native_theme_win.cc',
548 'gfx/native_theme_win.h',
549 ], 549 ],
550 'sources!': [ 550 'sources!': [
551 'base/touch/touch_factory.cc', 551 'base/touch/touch_factory.cc',
552 'base/touch/touch_factory.h', 552 'base/touch/touch_factory.h',
553 'gfx/pango_util.h', 553 'gfx/pango_util.h',
554 'gfx/pango_util.cc', 554 'gfx/pango_util.cc',
555 'gfx/platform_font_pango.cc', 555 'gfx/platform_font_pango.cc',
556 'gfx/platform_font_pango.h', 556 'gfx/platform_font_pango.h',
557 ], 557 ],
558 'include_dirs': [ 558 'include_dirs': [
(...skipping 28 matching lines...) Expand all
587 ], 587 ],
588 }], 588 }],
589 ], 589 ],
590 'sources!': [ 590 'sources!': [
591 'base/dragdrop/drag_source.cc', 591 'base/dragdrop/drag_source.cc',
592 'base/dragdrop/drag_source.h', 592 'base/dragdrop/drag_source.h',
593 'base/dragdrop/drag_drop_types.h', 593 'base/dragdrop/drag_drop_types.h',
594 'base/dragdrop/drop_target.cc', 594 'base/dragdrop/drop_target.cc',
595 'base/dragdrop/drop_target.h', 595 'base/dragdrop/drop_target.h',
596 'base/dragdrop/os_exchange_data.cc', 596 'base/dragdrop/os_exchange_data.cc',
597 'base/native_theme/native_theme_win.cc', 597 'gfx/native_theme_win.cc',
598 'base/native_theme/native_theme_win.h', 598 'gfx/native_theme_win.h',
599 ], 599 ],
600 'sources/': [ 600 'sources/': [
601 ['exclude', '^base/win/*'], 601 ['exclude', '^base/win/*'],
602 ], 602 ],
603 }], 603 }],
604 ['OS=="mac"', { 604 ['OS=="mac"', {
605 'sources!': [ 605 'sources!': [
606 'base/dragdrop/drag_utils.cc', 606 'base/dragdrop/drag_utils.cc',
607 'base/dragdrop/drag_utils.h', 607 'base/dragdrop/drag_utils.h',
608 'base/touch/touch_factory.cc', 608 'base/touch/touch_factory.cc',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 731 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
732 'os.chmod(\'<(ui_copy_dest)\', 0700)' 732 'os.chmod(\'<(ui_copy_dest)\', 0700)'
733 ] 733 ]
734 } 734 }
735 ], 735 ],
736 }, 736 },
737 ], 737 ],
738 }], 738 }],
739 ], 739 ],
740 } 740 }
OLDNEW
« no previous file with comments | « ui/gfx/render_text.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698