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

Side by Side Diff: chrome/browser_tests.isolate

Issue 418043002: Add test for showing confirmation dialog for unsecure signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix isolate dependency Created 6 years, 3 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/browser/ui/webui/signin/login_ui_service.cc ('k') | google_apis/gaia/fake_gaia.h » ('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 'includes': [ 5 'includes': [
6 'chrome.isolate', 6 'chrome.isolate',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="linux"', { 9 ['OS=="linux"', {
10 'variables': { 10 'variables': {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', 44 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf',
45 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf', 45 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf',
46 '<(PRODUCT_DIR)/test_case.html', 46 '<(PRODUCT_DIR)/test_case.html',
47 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', 47 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
48 '<(PRODUCT_DIR)/test_page.css', 48 '<(PRODUCT_DIR)/test_page.css',
49 'browser/policy/test/asn1der.py', 49 'browser/policy/test/asn1der.py',
50 'browser/policy/test/policy_testserver.py', 50 'browser/policy/test/policy_testserver.py',
51 ], 51 ],
52 'isolate_dependency_untracked': [ 52 'isolate_dependency_untracked': [
53 '../content/test/data/', 53 '../content/test/data/',
54 '../google_apis/test/',
54 '../media/test/data/', 55 '../media/test/data/',
55 '../net/data/', 56 '../net/data/',
56 '../net/tools/testserver/', 57 '../net/tools/testserver/',
57 '../third_party/pyftpdlib/', 58 '../third_party/pyftpdlib/',
58 '../third_party/pywebsocket/', 59 '../third_party/pywebsocket/',
59 '../third_party/safe_browsing/', 60 '../third_party/safe_browsing/',
60 '../third_party/simplejson/', 61 '../third_party/simplejson/',
61 '../third_party/tlslite/', 62 '../third_party/tlslite/',
62 '<(PRODUCT_DIR)/nacl_test_data/', 63 '<(PRODUCT_DIR)/nacl_test_data/',
63 '<(PRODUCT_DIR)/pnacl/', 64 '<(PRODUCT_DIR)/pnacl/',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'variables': { 142 'variables': {
142 'isolate_dependency_tracked': [ 143 'isolate_dependency_tracked': [
143 '<(PRODUCT_DIR)/keyboard_resources.pak', 144 '<(PRODUCT_DIR)/keyboard_resources.pak',
144 '<(PRODUCT_DIR)/libexif.so', 145 '<(PRODUCT_DIR)/libexif.so',
145 '<(PRODUCT_DIR)/nacl_helper', 146 '<(PRODUCT_DIR)/nacl_helper',
146 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 147 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
147 'browser/chromeos/login/test/https_forwarder.py', 148 'browser/chromeos/login/test/https_forwarder.py',
148 ], 149 ],
149 'isolate_dependency_untracked': [ 150 'isolate_dependency_untracked': [
150 '../chromeos/test/data/', 151 '../chromeos/test/data/',
151 '../google_apis/test/',
152 '../ui/file_manager/file_manager/', 152 '../ui/file_manager/file_manager/',
153 '../ui/webui/resources/js/', 153 '../ui/webui/resources/js/',
154 '<(PRODUCT_DIR)/chromevox_test_data/', 154 '<(PRODUCT_DIR)/chromevox_test_data/',
155 '<(PRODUCT_DIR)/locales/', 155 '<(PRODUCT_DIR)/locales/',
156 '<(PRODUCT_DIR)/resources/chromeos/', 156 '<(PRODUCT_DIR)/resources/chromeos/',
157 ], 157 ],
158 }, 158 },
159 }], 159 }],
160 ], 160 ],
161 } 161 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/signin/login_ui_service.cc ('k') | google_apis/gaia/fake_gaia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698