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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 958383003: Output closure-compiled JavaScript files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Always generate source map if minified js is output Created 5 years, 9 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3367 matching lines...) Expand 10 before | Expand all | Expand 10 after
3378 ['OS=="android"', { 3378 ['OS=="android"', {
3379 'dependencies': [ 3379 'dependencies': [
3380 '../components/components.gyp:cdm_browser', 3380 '../components/components.gyp:cdm_browser',
3381 '../components/components.gyp:data_reduction_proxy_content', 3381 '../components/components.gyp:data_reduction_proxy_content',
3382 '../components/components.gyp:enhanced_bookmarks', 3382 '../components/components.gyp:enhanced_bookmarks',
3383 '../components/components.gyp:web_contents_delegate_android', 3383 '../components/components.gyp:web_contents_delegate_android',
3384 '../components/components_resources.gyp:components_resources', 3384 '../components/components_resources.gyp:components_resources',
3385 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3385 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3386 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', 3386 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
3387 'chrome_browser_jni_headers', 3387 'chrome_browser_jni_headers',
3388 'browser/resources/enhanced_bookmarks/compiled_resources.gyp:*',
Dan Beam 2015/03/06 02:57:28 this would force all chrome developers to install
Theresa 2015/03/06 03:07:19 I'm going to revert changes to everything except c
3389
Dan Beam 2015/03/06 02:57:28 remove extra \n
3388 ], 3390 ],
3389 'dependencies!': [ 3391 'dependencies!': [
3390 '../components/components.gyp:feedback_component', 3392 '../components/components.gyp:feedback_component',
3391 '../components/components.gyp:storage_monitor', 3393 '../components/components.gyp:storage_monitor',
3392 '../components/components.gyp:web_modal', 3394 '../components/components.gyp:web_modal',
3393 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3395 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3394 ], 3396 ],
3395 'sources': [ '<@(chrome_browser_android_sources)' ], 3397 'sources': [ '<@(chrome_browser_android_sources)' ],
3396 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], 3398 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ],
3397 }], 3399 }],
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
3708 'variables': { 3710 'variables': {
3709 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3711 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3710 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3712 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3711 }, 3713 },
3712 'includes': [ '../build/protoc.gypi' ] 3714 'includes': [ '../build/protoc.gypi' ]
3713 }, 3715 },
3714 ], 3716 ],
3715 },], 3717 },],
3716 ], 3718 ],
3717 } 3719 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698