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

Side by Side Diff: content/content_tests.gypi

Issue 10383298: Move RegisterContentSchemes from public url_constants into non-public url_schemes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: allow content/common/savable_url_schemes.h to be included by url_constants.cc Created 8 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
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/DEPS » ('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 (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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'common/test_url_constants.h', 48 'common/test_url_constants.h',
49 'gpu/gpu_idirect3d9_mock_win.cc', 49 'gpu/gpu_idirect3d9_mock_win.cc',
50 'gpu/gpu_idirect3d9_mock_win.h', 50 'gpu/gpu_idirect3d9_mock_win.h',
51 'renderer/mock_content_renderer_client.cc', 51 'renderer/mock_content_renderer_client.cc',
52 'renderer/mock_content_renderer_client.h', 52 'renderer/mock_content_renderer_client.h',
53 'test/browser_test.h', 53 'test/browser_test.h',
54 'test/browser_test_base.cc', 54 'test/browser_test_base.cc',
55 'test/browser_test_base.h', 55 'test/browser_test_base.h',
56 'test/content_test_suite.cc', 56 'test/content_test_suite.cc',
57 'test/content_test_suite.h', 57 'test/content_test_suite.h',
58 'test/content_test_suite_base.cc',
59 'test/content_test_suite_base.h',
58 'test/gpu/gpu_test_config.cc', 60 'test/gpu/gpu_test_config.cc',
59 'test/gpu/gpu_test_config.h', 61 'test/gpu/gpu_test_config.h',
60 'test/gpu/gpu_test_expectations_parser.cc', 62 'test/gpu/gpu_test_expectations_parser.cc',
61 'test/gpu/gpu_test_expectations_parser.h', 63 'test/gpu/gpu_test_expectations_parser.h',
62 'test/js_injection_ready_observer.h', 64 'test/js_injection_ready_observer.h',
63 'test/mock_download_item.cc', 65 'test/mock_download_item.cc',
64 'test/mock_download_item.h', 66 'test/mock_download_item.h',
65 'test/mock_download_manager.cc', 67 'test/mock_download_manager.cc',
66 'test/mock_download_manager.h', 68 'test/mock_download_manager.h',
67 'test/mock_keyboard.cc', 69 'test/mock_keyboard.cc',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 567 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
566 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 568 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
567 ], 569 ],
568 }, 570 },
569 'includes': [ '../build/apk_test.gypi' ], 571 'includes': [ '../build/apk_test.gypi' ],
570 }, 572 },
571 ], 573 ],
572 }], 574 }],
573 ], 575 ],
574 } 576 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698