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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 412043003: Make --install-chrome-app use extensions::WebstoreInstallWithPrompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # These variables are shared with the GN build. 7 # These variables are shared with the GN build.
8 # Name is that these are the extensions files for the extensions target. 8 # Name is that these are the extensions files for the extensions target.
9 # "chrome_browser_extensions_sources' are the extensions files in the 9 # "chrome_browser_extensions_sources' are the extensions files in the
10 # browser target. 10 # browser target.
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'browser/apps/app_url_redirector.cc', 329 'browser/apps/app_url_redirector.cc',
330 'browser/apps/app_url_redirector.h', 330 'browser/apps/app_url_redirector.h',
331 'browser/apps/chrome_apps_client.cc', 331 'browser/apps/chrome_apps_client.cc',
332 'browser/apps/chrome_apps_client.h', 332 'browser/apps/chrome_apps_client.h',
333 'browser/apps/ephemeral_app_launcher.cc', 333 'browser/apps/ephemeral_app_launcher.cc',
334 'browser/apps/ephemeral_app_launcher.h', 334 'browser/apps/ephemeral_app_launcher.h',
335 'browser/apps/ephemeral_app_service_factory.cc', 335 'browser/apps/ephemeral_app_service_factory.cc',
336 'browser/apps/ephemeral_app_service_factory.h', 336 'browser/apps/ephemeral_app_service_factory.h',
337 'browser/apps/ephemeral_app_throttle.cc', 337 'browser/apps/ephemeral_app_throttle.cc',
338 'browser/apps/ephemeral_app_throttle.h', 338 'browser/apps/ephemeral_app_throttle.h',
339 'browser/apps/install_chrome_app.cc',
340 'browser/apps/install_chrome_app.h',
341 'browser/apps/per_app_settings_service.cc', 339 'browser/apps/per_app_settings_service.cc',
342 'browser/apps/per_app_settings_service.h', 340 'browser/apps/per_app_settings_service.h',
343 'browser/apps/per_app_settings_service_factory.cc', 341 'browser/apps/per_app_settings_service_factory.cc',
344 'browser/apps/per_app_settings_service_factory.h', 342 'browser/apps/per_app_settings_service_factory.h',
345 'browser/apps/shortcut_manager.cc', 343 'browser/apps/shortcut_manager.cc',
346 'browser/apps/shortcut_manager.h', 344 'browser/apps/shortcut_manager.h',
347 'browser/apps/shortcut_manager_factory.cc', 345 'browser/apps/shortcut_manager_factory.cc',
348 'browser/apps/shortcut_manager_factory.h', 346 'browser/apps/shortcut_manager_factory.h',
349 'browser/extensions/active_script_controller.cc', 347 'browser/extensions/active_script_controller.cc',
350 'browser/extensions/active_script_controller.h', 348 'browser/extensions/active_script_controller.h',
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 'type': 'static_library', 1200 'type': 'static_library',
1203 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1201 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1204 'variables': { 1202 'variables': {
1205 'proto_in_dir': 'browser/extensions/api/cast_channel', 1203 'proto_in_dir': 'browser/extensions/api/cast_channel',
1206 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1204 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1207 }, 1205 },
1208 'includes': [ '../build/protoc.gypi' ] 1206 'includes': [ '../build/protoc.gypi' ]
1209 }, 1207 },
1210 ], 1208 ],
1211 } 1209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698