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

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

Issue 1236863006: Generated header files apparently require hard_dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: geo Created 5 years, 5 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
« no previous file with comments | « ui/views/controls/image_view.cc ('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 (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 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 '../accessibility/accessibility.gyp:accessibility', 602 '../accessibility/accessibility.gyp:accessibility',
603 '../accessibility/accessibility.gyp:ax_gen', 603 '../accessibility/accessibility.gyp:ax_gen',
604 '../base/ime/ui_base_ime.gyp:ui_base_ime', 604 '../base/ime/ui_base_ime.gyp:ui_base_ime',
605 '../base/ui_base.gyp:ui_base', 605 '../base/ui_base.gyp:ui_base',
606 '../compositor/compositor.gyp:compositor', 606 '../compositor/compositor.gyp:compositor',
607 '../events/events.gyp:events', 607 '../events/events.gyp:events',
608 '../events/events.gyp:events_base', 608 '../events/events.gyp:events_base',
609 '../events/platform/events_platform.gyp:events_platform', 609 '../events/platform/events_platform.gyp:events_platform',
610 '../gfx/gfx.gyp:gfx', 610 '../gfx/gfx.gyp:gfx',
611 '../gfx/gfx.gyp:gfx_geometry', 611 '../gfx/gfx.gyp:gfx_geometry',
612 '../gfx/gfx.gyp:gfx_vector_icons',
612 '../native_theme/native_theme.gyp:native_theme', 613 '../native_theme/native_theme.gyp:native_theme',
613 '../resources/ui_resources.gyp:ui_resources', 614 '../resources/ui_resources.gyp:ui_resources',
614 '../strings/ui_strings.gyp:ui_strings', 615 '../strings/ui_strings.gyp:ui_strings',
615 'resources/views_resources.gyp:views_resources', 616 'resources/views_resources.gyp:views_resources',
616 ], 617 ],
617 'all_dependent_settings': { 618 'all_dependent_settings': {
618 'defines': [ 619 'defines': [
619 'TOOLKIT_VIEWS=1', 620 'TOOLKIT_VIEWS=1',
620 ], 621 ],
621 }, 622 },
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 '../aura/aura.gyp:aura', 929 '../aura/aura.gyp:aura',
929 '../wm/wm.gyp:wm', 930 '../wm/wm.gyp:wm',
930 ], 931 ],
931 }], 932 }],
932 ], 933 ],
933 }, # target_name: macviews_interactive_ui_tests 934 }, # target_name: macviews_interactive_ui_tests
934 ], # targets 935 ], # targets
935 }], 936 }],
936 ], # conditions 937 ], # conditions
937 } 938 }
OLDNEW
« no previous file with comments | « ui/views/controls/image_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698