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

Side by Side Diff: remoting/remoting.gyp

Issue 497333002: Add options_menu.js to remoting_resources dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Set this to run the jscompile checks after building the webapp. 9 # Set this to run the jscompile checks after building the webapp.
10 'run_jscompile%': 0, 10 'run_jscompile%': 0,
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'host/win/host_messages.mc.jinja2', 168 'host/win/host_messages.mc.jinja2',
169 'host/win/version.rc.jinja2', 169 'host/win/version.rc.jinja2',
170 'resources/play_store_resources.cc', 170 'resources/play_store_resources.cc',
171 'webapp/background/background.js', 171 'webapp/background/background.js',
172 'webapp/butter_bar.js', 172 'webapp/butter_bar.js',
173 'webapp/client_screen.js', 173 'webapp/client_screen.js',
174 'webapp/error.js', 174 'webapp/error.js',
175 'webapp/host_list.js', 175 'webapp/host_list.js',
176 'webapp/host_setup_dialog.js', 176 'webapp/host_setup_dialog.js',
177 'webapp/host_table_entry.js', 177 'webapp/host_table_entry.js',
178 'webapp/options_menu.js',
178 'webapp/manifest.json.jinja2', 179 'webapp/manifest.json.jinja2',
179 'webapp/paired_client_manager.js', 180 'webapp/paired_client_manager.js',
180 'webapp/remoting.js', 181 'webapp/remoting.js',
181 'webapp/window_frame.js', 182 'webapp/window_frame.js',
182 ], 183 ],
183 }, 184 },
184 'actions': [ 185 'actions': [
185 { 186 {
186 'action_name': 'verify_resources', 187 'action_name': 'verify_resources',
187 'inputs': [ 188 'inputs': [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 ], 282 ],
282 'export_dependent_settings': [ 283 'export_dependent_settings': [
283 '../third_party/libjingle/libjingle.gyp:libjingle', 284 '../third_party/libjingle/libjingle.gyp:libjingle',
284 ], 285 ],
285 'sources': [ 286 'sources': [
286 '<@(remoting_protocol_sources)', 287 '<@(remoting_protocol_sources)',
287 ], 288 ],
288 }, # end of target 'remoting_protocol' 289 }, # end of target 'remoting_protocol'
289 ], # end of targets 290 ], # end of targets
290 } 291 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698