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

Side by Side Diff: chrome/unit_tests.isolate

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace error (Attempt 2) 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 | Annotate | Revision Log
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | chrome_frame/chrome_frame.gyp » ('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 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../net/data/ssl/certificates/expired_cert.pem', 7 '../net/data/ssl/certificates/expired_cert.pem',
8 '../net/data/ssl/certificates/test_mail_google_com.pem', 8 '../net/data/ssl/certificates/test_mail_google_com.pem',
9 '../net/data/ssl/certificates/unittest.originbound.der', 9 '../net/data/ssl/certificates/unittest.originbound.der',
10 '../net/data/ssl/certificates/unittest.originbound.key.der', 10 '../net/data/ssl/certificates/unittest.originbound.key.der',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'test/data/safari_import/Safari/', 615 'test/data/safari_import/Safari/',
616 ], 616 ],
617 'isolate_dependency_touched': [ 617 'isolate_dependency_touched': [
618 'test/data/value_store_db/LOCK', 618 'test/data/value_store_db/LOCK',
619 ], 619 ],
620 }, 620 },
621 }, { 621 }, {
622 'variables': { 622 'variables': {
623 'isolate_dependency_tracked': [ 623 'isolate_dependency_tracked': [
624 '<(PRODUCT_DIR)/locales/en-US.pak', 624 '<(PRODUCT_DIR)/locales/en-US.pak',
625 '<(PRODUCT_DIR)/theme_resources_standard.pak', 625 '<(PRODUCT_DIR)/theme_resources_100_percent.pak',
626 '<(PRODUCT_DIR)/ui_resources_standard.pak', 626 '<(PRODUCT_DIR)/ui_resources_100_percent.pak',
627 ], 627 ],
628 'isolate_dependency_untracked': [ 628 'isolate_dependency_untracked': [
629 'test/data/firefox2_nss/', 629 'test/data/firefox2_nss/',
630 'test/data/firefox2_profile/bookmarks.html', 630 'test/data/firefox2_profile/bookmarks.html',
631 'test/data/firefox2_profile/cookies.txt', 631 'test/data/firefox2_profile/cookies.txt',
632 'test/data/firefox2_profile/history.dat', 632 'test/data/firefox2_profile/history.dat',
633 'test/data/firefox2_profile/prefs.js', 633 'test/data/firefox2_profile/prefs.js',
634 'test/data/firefox2_profile/searchplugins/flickr-tags.xml', 634 'test/data/firefox2_profile/searchplugins/flickr-tags.xml',
635 'test/data/firefox2_profile/searchplugins/imdb.xml', 635 'test/data/firefox2_profile/searchplugins/imdb.xml',
636 'test/data/firefox2_profile/searchplugins/webster.xml', 636 'test/data/firefox2_profile/searchplugins/webster.xml',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'test/data/extensions/unpacker/missing_messages_file.crx', 804 'test/data/extensions/unpacker/missing_messages_file.crx',
805 'test/data/extensions/unpacker/no_locale_data.crx', 805 'test/data/extensions/unpacker/no_locale_data.crx',
806 ], 806 ],
807 'isolate_dependency_untracked': [ 807 'isolate_dependency_untracked': [
808 'test/data/extensions/manifest_tests/_locales/', 808 'test/data/extensions/manifest_tests/_locales/',
809 ], 809 ],
810 }, 810 },
811 }], 811 }],
812 ], 812 ],
813 } 813 }
OLDNEW
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698