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

Side by Side Diff: views/views.gyp

Issue 7779053: Make views_aura_desktop depend upon resources so that we don't have to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « views/controls/combobox/native_combobox_views.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 ], 837 ],
838 'conditions': [ 838 'conditions': [
839 ['use_aura==1', { 839 ['use_aura==1', {
840 'targets': [ 840 'targets': [
841 { 841 {
842 'target_name': 'views_aura_desktop', 842 'target_name': 'views_aura_desktop',
843 'type': 'executable', 843 'type': 'executable',
844 'dependencies': [ 844 'dependencies': [
845 '../base/base.gyp:base', 845 '../base/base.gyp:base',
846 '../base/base.gyp:base_i18n', 846 '../base/base.gyp:base_i18n',
847 '../chrome/chrome.gyp:packed_resources',
847 '../skia/skia.gyp:skia', 848 '../skia/skia.gyp:skia',
848 '../third_party/icu/icu.gyp:icui18n', 849 '../third_party/icu/icu.gyp:icui18n',
849 '../third_party/icu/icu.gyp:icuuc', 850 '../third_party/icu/icu.gyp:icuuc',
850 '../ui/ui.gyp:gfx_resources', 851 '../ui/ui.gyp:gfx_resources',
851 '../ui/ui.gyp:ui', 852 '../ui/ui.gyp:ui',
852 '../ui/ui.gyp:ui_resources', 853 '../ui/ui.gyp:ui_resources',
853 '../ui/ui.gyp:ui_resources_standard', 854 '../ui/ui.gyp:ui_resources_standard',
854 'views', 855 'views',
855 ], 856 ],
856 'include_dirs': [ 857 'include_dirs': [
(...skipping 16 matching lines...) Expand all
873 'include_dirs': [ 874 'include_dirs': [
874 '<(DEPTH)/third_party/wtl/include', 875 '<(DEPTH)/third_party/wtl/include',
875 ], 876 ],
876 }], 877 }],
877 ], 878 ],
878 }, 879 },
879 ], 880 ],
880 }], 881 }],
881 ], 882 ],
882 } 883 }
OLDNEW
« no previous file with comments | « views/controls/combobox/native_combobox_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698