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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 17389005: [Android] Abandon bundling DevTools frontends for mobile apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 6 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 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 2363 matching lines...) Expand 10 before | Expand all | Expand 10 after
2374 'apps', 2374 'apps',
2375 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2375 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2376 'browser_extensions', 2376 'browser_extensions',
2377 'common/extensions/api/api.gyp:api', 2377 'common/extensions/api/api.gyp:api',
2378 'debugger', 2378 'debugger',
2379 'installer_util', 2379 'installer_util',
2380 'sync_file_system_proto', 2380 'sync_file_system_proto',
2381 '../cc/cc.gyp:cc', 2381 '../cc/cc.gyp:cc',
2382 '../components/components.gyp:autofill_browser', 2382 '../components/components.gyp:autofill_browser',
2383 '../components/components.gyp:autofill_content_browser', 2383 '../components/components.gyp:autofill_content_browser',
2384 '../components/components.gyp:devtools_remote_frontend',
2384 '../components/components.gyp:navigation_interception', 2385 '../components/components.gyp:navigation_interception',
2385 '../net/net.gyp:net_with_v8', 2386 '../net/net.gyp:net_with_v8',
2386 '../printing/printing.gyp:printing', 2387 '../printing/printing.gyp:printing',
2387 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2388 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2388 '../third_party/expat/expat.gyp:expat', 2389 '../third_party/expat/expat.gyp:expat',
2389 '../third_party/hunspell/hunspell.gyp:hunspell', 2390 '../third_party/hunspell/hunspell.gyp:hunspell',
2390 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2391 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2391 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2392 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2392 '../third_party/libusb/libusb.gyp:libusb', 2393 '../third_party/libusb/libusb.gyp:libusb',
2393 '../third_party/npapi/npapi.gyp:npapi', 2394 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
3314 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3315 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3315 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3316 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3316 }, 3317 },
3317 'includes': [ '../build/android/java_cpp_template.gypi' ], 3318 'includes': [ '../build/android/java_cpp_template.gypi' ],
3318 }, 3319 },
3319 ], 3320 ],
3320 }, 3321 },
3321 ], 3322 ],
3322 ], 3323 ],
3323 } 3324 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698