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

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: . 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 2498 matching lines...) Expand 10 before | Expand all | Expand 10 after
2509 '<(grit_out_dir)/grit/theme_resources_map.cc', 2509 '<(grit_out_dir)/grit/theme_resources_map.cc',
2510 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', 2510 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
2511 ], 2511 ],
2512 'conditions': [ 2512 'conditions': [
2513 ['OS != "ios"', { 2513 ['OS != "ios"', {
2514 'dependencies': [ 2514 'dependencies': [
2515 'apps', 2515 'apps',
2516 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2516 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2517 'browser_extensions', 2517 'browser_extensions',
2518 'common/extensions/api/api.gyp:api', 2518 'common/extensions/api/api.gyp:api',
2519 'common/extensions/api/feature.gyp:feature',
2519 'debugger', 2520 'debugger',
2520 'installer_util', 2521 'installer_util',
2521 'sync_file_system_drive_proto', 2522 'sync_file_system_drive_proto',
2522 'sync_file_system_proto', 2523 'sync_file_system_proto',
2523 '../cc/cc.gyp:cc', 2524 '../cc/cc.gyp:cc',
2524 '../components/components.gyp:autofill_content_browser', 2525 '../components/components.gyp:autofill_content_browser',
2525 '../components/components.gyp:navigation_interception', 2526 '../components/components.gyp:navigation_interception',
2526 '../media/media.gyp:media', 2527 '../media/media.gyp:media',
2527 '../net/net.gyp:net_with_v8', 2528 '../net/net.gyp:net_with_v8',
2528 '../printing/printing.gyp:printing', 2529 '../printing/printing.gyp:printing',
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
3581 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3582 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3582 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3583 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3583 }, 3584 },
3584 'includes': [ '../build/android/java_cpp_template.gypi' ], 3585 'includes': [ '../build/android/java_cpp_template.gypi' ],
3585 }, 3586 },
3586 ], 3587 ],
3587 }, 3588 },
3588 ], 3589 ],
3589 ], 3590 ],
3590 } 3591 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698