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

Side by Side Diff: trunk/src/chrome/unit_tests.isolate

Issue 164833002: Revert 251095 "Revert 250828 "Add a UMA stat to track if the Bro..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 'conditions': [ 5 'conditions': [
6 ['OS=="android" or OS=="linux"', { 6 ['OS=="android" or OS=="linux"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_untracked': [ 8 'isolate_dependency_untracked': [
9 '<(PRODUCT_DIR)/test_data/', 9 '<(PRODUCT_DIR)/test_data/',
10 ], 10 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/', 101 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/',
102 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/', 102 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
103 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/', 103 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
104 '<(PRODUCT_DIR)/test_data/ui/', 104 '<(PRODUCT_DIR)/test_data/ui/',
105 ], 105 ],
106 }, 106 },
107 }], 107 }],
108 ['OS=="win"', { 108 ['OS=="win"', {
109 'variables': { 109 'variables': {
110 'isolate_dependency_tracked': [ 110 'isolate_dependency_tracked': [
111 '<(PRODUCT_DIR)/ffmpegsumo.dll', 111 '<(PRODUCT_DIR)/chrome_elf.dll',
112 '<(PRODUCT_DIR)/ffmpegsumo.dll',
112 ], 113 ],
113 'isolate_dependency_untracked': [ 114 'isolate_dependency_untracked': [
114 '../ppapi/lib/gl/include/KHR/', 115 '../ppapi/lib/gl/include/KHR/',
115 '../skia/ext/data/', 116 '../skia/ext/data/',
116 '../ui/base/glib/', 117 '../ui/base/glib/',
117 ], 118 ],
118 }, 119 },
119 }], 120 }],
120 ], 121 ],
121 'includes': [ 122 'includes': [
122 '../third_party/icu/icu.isolate', 123 '../third_party/icu/icu.isolate',
123 ], 124 ],
124 } 125 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/renderer/chrome_content_renderer_client.cc ('k') | trunk/src/chrome_elf/blacklist/blacklist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698