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

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: Adding tests for real. 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 2512 matching lines...) Expand 10 before | Expand all | Expand 10 after
2523 '<(grit_out_dir)/grit/theme_resources_map.cc', 2523 '<(grit_out_dir)/grit/theme_resources_map.cc',
2524 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', 2524 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
2525 ], 2525 ],
2526 'conditions': [ 2526 'conditions': [
2527 ['OS != "ios"', { 2527 ['OS != "ios"', {
2528 'dependencies': [ 2528 'dependencies': [
2529 'apps', 2529 'apps',
2530 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2530 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2531 'browser_extensions', 2531 'browser_extensions',
2532 'common/extensions/api/api.gyp:api', 2532 'common/extensions/api/api.gyp:api',
2533 'common/extensions/api/api.gyp:features',
2533 'debugger', 2534 'debugger',
2534 'installer_util', 2535 'installer_util',
2535 'sync_file_system_drive_proto', 2536 'sync_file_system_drive_proto',
2536 'sync_file_system_proto', 2537 'sync_file_system_proto',
2537 '../cc/cc.gyp:cc', 2538 '../cc/cc.gyp:cc',
2538 '../components/components.gyp:autofill_content_browser', 2539 '../components/components.gyp:autofill_content_browser',
2539 '../components/components.gyp:navigation_interception', 2540 '../components/components.gyp:navigation_interception',
2540 '../media/media.gyp:media', 2541 '../media/media.gyp:media',
2541 '../net/net.gyp:net_with_v8', 2542 '../net/net.gyp:net_with_v8',
2542 '../printing/printing.gyp:printing', 2543 '../printing/printing.gyp:printing',
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
3597 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3598 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3598 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3599 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3599 }, 3600 },
3600 'includes': [ '../build/android/java_cpp_template.gypi' ], 3601 'includes': [ '../build/android/java_cpp_template.gypi' ],
3601 }, 3602 },
3602 ], 3603 ],
3603 }, 3604 },
3604 ], 3605 ],
3605 ], 3606 ],
3606 } 3607 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698