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

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

Issue 8425002: Introduces chromium_resources.gyp to factor out Chrome resource generation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux psuedo_locales output dir. Created 9 years, 1 month 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/aura/aura.gyp ('k') | ui/gfx/compositor/compositor.gyp » ('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) 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 'targets': [ 10 'targets': [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'workspace/workspace_manager.h', 78 'workspace/workspace_manager.h',
79 'workspace/workspace_observer.h', 79 'workspace/workspace_observer.h',
80 ], 80 ],
81 }, 81 },
82 { 82 {
83 'target_name': 'aura_shell_unittests', 83 'target_name': 'aura_shell_unittests',
84 'type': 'executable', 84 'type': 'executable',
85 'dependencies': [ 85 'dependencies': [
86 '../../base/base.gyp:base', 86 '../../base/base.gyp:base',
87 '../../base/base.gyp:test_support_base', 87 '../../base/base.gyp:test_support_base',
88 '../../chrome/chrome_resources.gyp:packed_resources',
88 '../../build/temp_gyp/googleurl.gyp:googleurl', 89 '../../build/temp_gyp/googleurl.gyp:googleurl',
89 '../../skia/skia.gyp:skia', 90 '../../skia/skia.gyp:skia',
90 '../../testing/gtest.gyp:gtest', 91 '../../testing/gtest.gyp:gtest',
91 '../../third_party/icu/icu.gyp:icui18n', 92 '../../third_party/icu/icu.gyp:icui18n',
92 '../../third_party/icu/icu.gyp:icuuc', 93 '../../third_party/icu/icu.gyp:icuuc',
93 '../../views/views.gyp:views', 94 '../../views/views.gyp:views',
94 '../gfx/compositor/compositor.gyp:compositor_test_support', 95 '../gfx/compositor/compositor.gyp:compositor_test_support',
95 '../gfx/compositor/compositor.gyp:test_compositor', 96 '../gfx/compositor/compositor.gyp:test_compositor',
96 '../ui.gyp:gfx_resources', 97 '../ui.gyp:gfx_resources',
97 '../ui.gyp:ui', 98 '../ui.gyp:ui',
(...skipping 10 matching lines...) Expand all
108 'launcher/view_model_utils_unittest.cc', 109 'launcher/view_model_utils_unittest.cc',
109 'workspace/workspace_manager_unittest.cc', 110 'workspace/workspace_manager_unittest.cc',
110 'run_all_unittests.cc', 111 'run_all_unittests.cc',
111 'test_suite.cc', 112 'test_suite.cc',
112 'test_suite.h', 113 'test_suite.h',
113 114
114 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 115 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
115 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 116 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
116 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 117 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
117 ], 118 ],
118 'conditions': [
119 ['OS!="mac"', {
120 'dependencies': [
121 '../../chrome/chrome.gyp:packed_resources',
122 ],
123 }],
124 ],
125 }, 119 },
126 { 120 {
127 'target_name': 'aura_shell_exe', 121 'target_name': 'aura_shell_exe',
128 'type': 'executable', 122 'type': 'executable',
129 'dependencies': [ 123 'dependencies': [
130 '../../base/base.gyp:base', 124 '../../base/base.gyp:base',
131 '../../base/base.gyp:base_i18n', 125 '../../base/base.gyp:base_i18n',
126 '../../chrome/chrome_resources.gyp:packed_resources',
132 '../../skia/skia.gyp:skia', 127 '../../skia/skia.gyp:skia',
133 '../../third_party/icu/icu.gyp:icui18n', 128 '../../third_party/icu/icu.gyp:icui18n',
134 '../../third_party/icu/icu.gyp:icuuc', 129 '../../third_party/icu/icu.gyp:icuuc',
135 '../../views/views.gyp:views', 130 '../../views/views.gyp:views',
136 '../aura/aura.gyp:aura', 131 '../aura/aura.gyp:aura',
137 '../gfx/compositor/compositor.gyp:compositor', 132 '../gfx/compositor/compositor.gyp:compositor',
138 '../gfx/compositor/compositor.gyp:compositor_test_support', 133 '../gfx/compositor/compositor.gyp:compositor_test_support',
139 '../ui.gyp:gfx_resources', 134 '../ui.gyp:gfx_resources',
140 '../ui.gyp:ui', 135 '../ui.gyp:ui',
141 '../ui.gyp:ui_resources', 136 '../ui.gyp:ui_resources',
142 '../ui.gyp:ui_resources_standard', 137 '../ui.gyp:ui_resources_standard',
143 'aura_shell', 138 'aura_shell',
144 ], 139 ],
145 'sources': [ 140 'sources': [
146 'examples/aura_shell_main.cc', 141 'examples/aura_shell_main.cc',
147 'examples/bubble.cc', 142 'examples/bubble.cc',
148 'examples/example_factory.h', 143 'examples/example_factory.h',
149 'examples/lock_view.cc', 144 'examples/lock_view.cc',
150 'examples/toplevel_window.cc', 145 'examples/toplevel_window.cc',
151 'examples/toplevel_window.h', 146 'examples/toplevel_window.h',
152 'examples/widgets.cc', 147 'examples/widgets.cc',
153 'examples/window_type_launcher.cc', 148 'examples/window_type_launcher.cc',
154 'examples/window_type_launcher.h', 149 'examples/window_type_launcher.h',
155 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 150 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
156 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 151 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
157 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 152 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
158 ], 153 ],
159 'conditions': [
160 ['OS!="mac"', {
161 'dependencies': [
162 '../../chrome/chrome.gyp:packed_resources',
163 ],
164 }],
165 ],
166 }, 154 },
167 # It's convenient for aura_shell developers to be able to build all 155 # It's convenient for aura_shell developers to be able to build all
168 # compositor and aura targets from within this solution. 156 # compositor and aura targets from within this solution.
169 { 157 {
170 'target_name': 'buildbot_targets', 158 'target_name': 'buildbot_targets',
171 'type': 'none', 159 'type': 'none',
172 'dependencies': [ 160 'dependencies': [
173 '../../views/views.gyp:views', 161 '../../views/views.gyp:views',
174 '../../views/views.gyp:views_aura_desktop', 162 '../../views/views.gyp:views_aura_desktop',
175 '../../views/views.gyp:views_desktop', 163 '../../views/views.gyp:views_desktop',
176 '../../views/views.gyp:views_desktop_lib', 164 '../../views/views.gyp:views_desktop_lib',
177 '../../views/views.gyp:views_unittests', 165 '../../views/views.gyp:views_unittests',
178 '../aura/aura.gyp:*', 166 '../aura/aura.gyp:*',
179 '../gfx/compositor/compositor.gyp:*', 167 '../gfx/compositor/compositor.gyp:*',
180 'aura_shell_exe', 168 'aura_shell_exe',
181 ], 169 ],
182 }, 170 },
183 ], 171 ],
184 } 172 }
OLDNEW
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/gfx/compositor/compositor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698