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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10541125: Add "scheme" field to WebIntentServiceData object. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add scheme to IPC traits. Created 8 years, 5 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 '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 2004 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 '../tools/json_schema_compiler/test/crossref_unittest.cc', 2015 '../tools/json_schema_compiler/test/crossref_unittest.cc',
2016 '../tools/json_schema_compiler/test/enums_unittest.cc', 2016 '../tools/json_schema_compiler/test/enums_unittest.cc',
2017 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 2017 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
2018 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 2018 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
2019 '../tools/json_schema_compiler/test/objects_unittest.cc', 2019 '../tools/json_schema_compiler/test/objects_unittest.cc',
2020 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 2020 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
2021 '../ui/views/test/test_views_delegate.cc', 2021 '../ui/views/test/test_views_delegate.cc',
2022 '../ui/views/test/test_views_delegate.h', 2022 '../ui/views/test/test_views_delegate.h',
2023 '../ui/views/test/views_test_base.cc', 2023 '../ui/views/test/views_test_base.cc',
2024 '../ui/views/test/views_test_base.h', 2024 '../ui/views/test/views_test_base.h',
2025 '../webkit/glue/web_intent_service_data_unittest.cc',
2025 '../webkit/quota/mock_storage_client.cc', 2026 '../webkit/quota/mock_storage_client.cc',
2026 '../webkit/quota/mock_storage_client.h', 2027 '../webkit/quota/mock_storage_client.h',
2027 ], 2028 ],
2028 'conditions': [ 2029 'conditions': [
2029 ['enable_background==0', { 2030 ['enable_background==0', {
2030 'sources/': [ 2031 'sources/': [
2031 ['exclude', '^browser/background/'], 2032 ['exclude', '^browser/background/'],
2032 ], 2033 ],
2033 }], 2034 }],
2034 ['enable_one_click_signin==0', { 2035 ['enable_one_click_signin==0', {
(...skipping 2615 matching lines...) Expand 10 before | Expand all | Expand 10 after
4650 # Use outputs of this action as inputs for the main target build. 4651 # Use outputs of this action as inputs for the main target build.
4651 # Seems as a misnomer but makes this happy on Linux (scons). 4652 # Seems as a misnomer but makes this happy on Linux (scons).
4652 'process_outputs_as_sources': 1, 4653 'process_outputs_as_sources': 1,
4653 }, 4654 },
4654 ], # 'actions' 4655 ], # 'actions'
4655 }, 4656 },
4656 ] 4657 ]
4657 }], # 'coverage!=0' 4658 }], # 'coverage!=0'
4658 ], # 'conditions' 4659 ], # 'conditions'
4659 } 4660 }
OLDNEW
« no previous file with comments | « chrome/browser/intents/web_intents_registry_unittest.cc ('k') | content/common/intents_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698