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

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

Issue 163633005: Revert 250828 "Add a UMA stat to track if the Browser blacklist ..." (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)/chrome_elf.dll', 111 '<(PRODUCT_DIR)/ffmpegsumo.dll',
112 '<(PRODUCT_DIR)/ffmpegsumo.dll',
113 ], 112 ],
114 'isolate_dependency_untracked': [ 113 'isolate_dependency_untracked': [
115 '../ppapi/lib/gl/include/KHR/', 114 '../ppapi/lib/gl/include/KHR/',
116 '../skia/ext/data/', 115 '../skia/ext/data/',
117 '../ui/base/glib/', 116 '../ui/base/glib/',
118 ], 117 ],
119 }, 118 },
120 }], 119 }],
121 ], 120 ],
122 'includes': [ 121 'includes': [
123 '../third_party/icu/icu.isolate', 122 '../third_party/icu/icu.isolate',
124 ], 123 ],
125 } 124 }
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