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

Side by Side Diff: ui/views/views.gyp

Issue 239023002: Revert of Rename wm_core_export.h to wm_export.h and the wm_core target to just wm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/keyboard/keyboard.gyp ('k') | ui/wm/core/base_focus_rules.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
(...skipping 11 matching lines...) Expand all
22 '../aura/aura.gyp:aura', 22 '../aura/aura.gyp:aura',
23 '../base/strings/ui_strings.gyp:ui_strings', 23 '../base/strings/ui_strings.gyp:ui_strings',
24 '../base/ui_base.gyp:ui_base', 24 '../base/ui_base.gyp:ui_base',
25 '../compositor/compositor.gyp:compositor', 25 '../compositor/compositor.gyp:compositor',
26 '../events/events.gyp:events', 26 '../events/events.gyp:events',
27 '../events/events.gyp:events_base', 27 '../events/events.gyp:events_base',
28 '../gfx/gfx.gyp:gfx', 28 '../gfx/gfx.gyp:gfx',
29 '../gfx/gfx.gyp:gfx_geometry', 29 '../gfx/gfx.gyp:gfx_geometry',
30 '../native_theme/native_theme.gyp:native_theme', 30 '../native_theme/native_theme.gyp:native_theme',
31 '../resources/ui_resources.gyp:ui_resources', 31 '../resources/ui_resources.gyp:ui_resources',
32 '../wm/wm.gyp:wm', 32 '../wm/wm.gyp:wm_core',
33 ], 33 ],
34 'export_dependent_settings': [ 34 'export_dependent_settings': [
35 '../accessibility/accessibility.gyp:ax_gen', 35 '../accessibility/accessibility.gyp:ax_gen',
36 ], 36 ],
37 'defines': [ 37 'defines': [
38 'VIEWS_IMPLEMENTATION', 38 'VIEWS_IMPLEMENTATION',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 # All .cc, .h under views, except unittests 41 # All .cc, .h under views, except unittests
42 'accessibility/ax_tree_source_views.cc', 42 'accessibility/ax_tree_source_views.cc',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 '../../ipc/ipc.gyp:test_support_ipc', 509 '../../ipc/ipc.gyp:test_support_ipc',
510 '../../skia/skia.gyp:skia', 510 '../../skia/skia.gyp:skia',
511 '../../testing/gtest.gyp:gtest', 511 '../../testing/gtest.gyp:gtest',
512 '../aura/aura.gyp:aura', 512 '../aura/aura.gyp:aura',
513 '../aura/aura.gyp:aura_test_support', 513 '../aura/aura.gyp:aura_test_support',
514 '../base/ui_base.gyp:ui_base', 514 '../base/ui_base.gyp:ui_base',
515 '../compositor/compositor.gyp:compositor', 515 '../compositor/compositor.gyp:compositor',
516 '../events/events.gyp:events', 516 '../events/events.gyp:events',
517 '../gfx/gfx.gyp:gfx', 517 '../gfx/gfx.gyp:gfx',
518 '../gfx/gfx.gyp:gfx_geometry', 518 '../gfx/gfx.gyp:gfx_geometry',
519 '../wm/wm.gyp:wm', 519 '../wm/wm.gyp:wm_core',
520 'views', 520 'views',
521 ], 521 ],
522 'include_dirs': [ 522 'include_dirs': [
523 '..', 523 '..',
524 ], 524 ],
525 'sources': [ 525 'sources': [
526 'corewm/tooltip_controller_test_helper.cc', 526 'corewm/tooltip_controller_test_helper.cc',
527 'corewm/tooltip_controller_test_helper.h', 527 'corewm/tooltip_controller_test_helper.h',
528 'test/capture_tracking_view.cc', 528 'test/capture_tracking_view.cc',
529 'test/capture_tracking_view.h', 529 'test/capture_tracking_view.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '../base/strings/ui_strings.gyp:ui_strings', 573 '../base/strings/ui_strings.gyp:ui_strings',
574 '../base/ui_base.gyp:ui_base', 574 '../base/ui_base.gyp:ui_base',
575 '../compositor/compositor.gyp:compositor', 575 '../compositor/compositor.gyp:compositor',
576 '../compositor/compositor.gyp:compositor_test_support', 576 '../compositor/compositor.gyp:compositor_test_support',
577 '../events/events.gyp:events', 577 '../events/events.gyp:events',
578 '../gfx/gfx.gyp:gfx', 578 '../gfx/gfx.gyp:gfx',
579 '../gfx/gfx.gyp:gfx_geometry', 579 '../gfx/gfx.gyp:gfx_geometry',
580 '../resources/ui_resources.gyp:ui_resources', 580 '../resources/ui_resources.gyp:ui_resources',
581 '../resources/ui_resources.gyp:ui_test_pak', 581 '../resources/ui_resources.gyp:ui_test_pak',
582 '../ui_unittests.gyp:ui_test_support', 582 '../ui_unittests.gyp:ui_test_support',
583 '../wm/wm.gyp:wm', 583 '../wm/wm.gyp:wm_core',
584 'views', 584 'views',
585 'views_test_support', 585 'views_test_support',
586 ], 586 ],
587 'include_dirs': [ 587 'include_dirs': [
588 '..', 588 '..',
589 ], 589 ],
590 'sources': [ 590 'sources': [
591 'accessibility/ax_tree_source_views_unittest.cc', 591 'accessibility/ax_tree_source_views_unittest.cc',
592 'accessibility/native_view_accessibility_win_unittest.cc', 592 'accessibility/native_view_accessibility_win_unittest.cc',
593 'accessible_pane_view_unittest.cc', 593 'accessible_pane_view_unittest.cc',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 }], 692 }],
693 ['use_ozone==1', { 693 ['use_ozone==1', {
694 'sources!': [ 694 'sources!': [
695 'corewm/capture_controller_unittest.cc', 695 'corewm/capture_controller_unittest.cc',
696 ], 696 ],
697 }], 697 }],
698 ], 698 ],
699 }, # target_name: views_unittests 699 }, # target_name: views_unittests
700 ], 700 ],
701 } 701 }
OLDNEW
« no previous file with comments | « ui/keyboard/keyboard.gyp ('k') | ui/wm/core/base_focus_rules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698