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

Side by Side Diff: content/content_tests.gypi

Issue 12218078: Implement a policy to autologin a public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 (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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'public/test/mock_download_manager.cc', 42 'public/test/mock_download_manager.cc',
43 'public/test/mock_download_manager.h', 43 'public/test/mock_download_manager.h',
44 'public/test/mock_notification_observer.cc', 44 'public/test/mock_notification_observer.cc',
45 'public/test/mock_notification_observer.h', 45 'public/test/mock_notification_observer.h',
46 'public/test/mock_render_process_host.cc', 46 'public/test/mock_render_process_host.cc',
47 'public/test/mock_render_process_host.h', 47 'public/test/mock_render_process_host.h',
48 'public/test/mock_render_thread.cc', 48 'public/test/mock_render_thread.cc',
49 'public/test/mock_render_thread.h', 49 'public/test/mock_render_thread.h',
50 'public/test/mock_resource_context.cc', 50 'public/test/mock_resource_context.cc',
51 'public/test/mock_resource_context.h', 51 'public/test/mock_resource_context.h',
52 'public/test/notification_watcher.cc',
53 'public/test/notification_watcher.h',
52 'public/test/render_view_fake_resources_test.cc', 54 'public/test/render_view_fake_resources_test.cc',
53 'public/test/render_view_fake_resources_test.h', 55 'public/test/render_view_fake_resources_test.h',
54 'public/test/render_view_test.cc', 56 'public/test/render_view_test.cc',
55 'public/test/render_view_test.h', 57 'public/test/render_view_test.h',
56 'public/test/render_widget_test.cc', 58 'public/test/render_widget_test.cc',
57 'public/test/render_widget_test.h', 59 'public/test/render_widget_test.h',
58 'public/test/test_browser_context.cc', 60 'public/test/test_browser_context.cc',
59 'public/test/test_browser_context.h', 61 'public/test/test_browser_context.h',
60 'public/test/test_browser_thread.cc', 62 'public/test/test_browser_thread.cc',
61 'public/test/test_browser_thread.h', 63 'public/test/test_browser_thread.h',
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'additional_src_dirs': ['../content/public/android/javatests/',], 1046 'additional_src_dirs': ['../content/public/android/javatests/',],
1045 'resource_dir': '../shell_apk/res', 1047 'resource_dir': '../shell_apk/res',
1046 'is_test_apk': 1, 1048 'is_test_apk': 1,
1047 }, 1049 },
1048 'includes': [ '../build/java_apk.gypi' ], 1050 'includes': [ '../build/java_apk.gypi' ],
1049 }, 1051 },
1050 ], 1052 ],
1051 }], 1053 }],
1052 ], 1054 ],
1053 } 1055 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698