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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12089102: Make most code on mac compile with enable_web_intents=0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ffff Created 7 years, 10 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 ['enable_rlz==0', { 1601 ['enable_rlz==0', {
1602 'sources!': [ 1602 'sources!': [
1603 'browser/rlz/rlz_extension_apitest.cc', 1603 'browser/rlz/rlz_extension_apitest.cc',
1604 ], 1604 ],
1605 }], 1605 }],
1606 ['enable_webrtc==0', { 1606 ['enable_webrtc==0', {
1607 'sources!': [ 1607 'sources!': [
1608 'browser/media/chrome_webrtc_browsertest.cc', 1608 'browser/media/chrome_webrtc_browsertest.cc',
1609 ], 1609 ],
1610 }], 1610 }],
1611 ['enable_web_intents==0', {
1612 'sources!': [
1613 'browser/intents/native_services_browsertest.cc',
1614 'browser/ui/intents/web_intent_picker_controller_browsertest.cc',
1615 'browser/ui/intents/web_intent_picker_delegate_mock.cc',
1616 'browser/ui/intents/web_intent_picker_delegate_mock.h',
1617 ],
1618 }],
1611 ['OS=="win"', { 1619 ['OS=="win"', {
1612 'sources': [ 1620 'sources': [
1613 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 1621 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
1614 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', 1622 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc',
1615 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 1623 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
1616 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', 1624 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc',
1617 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 1625 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
1618 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', 1626 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc',
1619 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 1627 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
1620 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 1628 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
2999 'sync_integration_tests.isolate', 3007 'sync_integration_tests.isolate',
3000 ], 3008 ],
3001 'sources': [ 3009 'sources': [
3002 'sync_integration_tests.isolate', 3010 'sync_integration_tests.isolate',
3003 ], 3011 ],
3004 }, 3012 },
3005 ], 3013 ],
3006 }], 3014 }],
3007 ], # 'conditions' 3015 ], # 'conditions'
3008 } 3016 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698