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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 23594008: Initial code generation for features. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressing comments. Created 7 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2510 matching lines...) Expand 10 before | Expand all | Expand 10 after
2521 '<(grit_out_dir)/grit/theme_resources_map.cc', 2521 '<(grit_out_dir)/grit/theme_resources_map.cc',
2522 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', 2522 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
2523 ], 2523 ],
2524 'conditions': [ 2524 'conditions': [
2525 ['OS != "ios"', { 2525 ['OS != "ios"', {
2526 'dependencies': [ 2526 'dependencies': [
2527 'apps', 2527 'apps',
2528 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2528 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2529 'browser_extensions', 2529 'browser_extensions',
2530 'common/extensions/api/api.gyp:api', 2530 'common/extensions/api/api.gyp:api',
2531 'common/extensions/api/api.gyp:feature',
2531 'debugger', 2532 'debugger',
2532 'installer_util', 2533 'installer_util',
2533 'sync_file_system_drive_proto', 2534 'sync_file_system_drive_proto',
2534 'sync_file_system_proto', 2535 'sync_file_system_proto',
2535 '../cc/cc.gyp:cc', 2536 '../cc/cc.gyp:cc',
2536 '../components/components.gyp:autofill_content_browser', 2537 '../components/components.gyp:autofill_content_browser',
2537 '../components/components.gyp:navigation_interception', 2538 '../components/components.gyp:navigation_interception',
2538 '../media/media.gyp:media', 2539 '../media/media.gyp:media',
2539 '../net/net.gyp:net_with_v8', 2540 '../net/net.gyp:net_with_v8',
2540 '../printing/printing.gyp:printing', 2541 '../printing/printing.gyp:printing',
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
3594 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3595 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3595 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3596 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3596 }, 3597 },
3597 'includes': [ '../build/android/java_cpp_template.gypi' ], 3598 'includes': [ '../build/android/java_cpp_template.gypi' ],
3598 }, 3599 },
3599 ], 3600 ],
3600 }, 3601 },
3601 ], 3602 ],
3602 ], 3603 ],
3603 } 3604 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698