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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1545473002: Revert Active Verifier tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « chrome/app/close_handle_hook_win.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 'conditions': [ 5 'conditions': [
6 # Dummy target to allow chrome to require chrome_dll to build 6 # Dummy target to allow chrome to require chrome_dll to build
7 # without actually linking to the library 7 # without actually linking to the library
8 ['OS=="mac"', { 8 ['OS=="mac"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 }, 109 },
110 'sources': [ 110 'sources': [
111 '../base/win/dllmain.cc', 111 '../base/win/dllmain.cc',
112 'app/chrome_command_ids.h', 112 'app/chrome_command_ids.h',
113 'app/chrome_dll_resource.h', 113 'app/chrome_dll_resource.h',
114 'app/chrome_main.cc', 114 'app/chrome_main.cc',
115 'app/chrome_main_delegate.cc', 115 'app/chrome_main_delegate.cc',
116 'app/chrome_main_delegate.h', 116 'app/chrome_main_delegate.h',
117 'app/chrome_main_mac.h', 117 'app/chrome_main_mac.h',
118 'app/chrome_main_mac.mm', 118 'app/chrome_main_mac.mm',
119 'app/close_handle_hook_win.cc',
120 'app/close_handle_hook_win.h',
119 'app/delay_load_hook_win.cc', 121 'app/delay_load_hook_win.cc',
120 'app/delay_load_hook_win.h', 122 'app/delay_load_hook_win.h',
121 ], 123 ],
122 'dependencies': [ 124 'dependencies': [
123 '<@(chromium_browser_dependencies)', 125 '<@(chromium_browser_dependencies)',
124 '../content/content.gyp:content_app_browser', 126 '../content/content.gyp:content_app_browser',
125 ], 127 ],
126 'conditions': [ 128 'conditions': [
127 ['OS=="win"', { 129 ['OS=="win"', {
128 'dependencies': [ 130 'dependencies': [
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'policy_path_parser', 357 'policy_path_parser',
356 ], 358 ],
357 'defines': [ 359 'defines': [
358 'CHROME_MULTIPLE_DLL_CHILD', 360 'CHROME_MULTIPLE_DLL_CHILD',
359 ], 361 ],
360 'sources': [ 362 'sources': [
361 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', 363 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
362 'app/chrome_main.cc', 364 'app/chrome_main.cc',
363 'app/chrome_main_delegate.cc', 365 'app/chrome_main_delegate.cc',
364 'app/chrome_main_delegate.h', 366 'app/chrome_main_delegate.h',
367 'app/close_handle_hook_win.cc',
368 'app/close_handle_hook_win.h',
365 ], 369 ],
366 'conditions': [ 370 'conditions': [
367 ['OS=="win" and win_use_allocator_shim==1', { 371 ['OS=="win" and win_use_allocator_shim==1', {
368 'dependencies': [ 372 'dependencies': [
369 '<(allocator_target)', 373 '<(allocator_target)',
370 ], 374 ],
371 }], 375 }],
372 ['OS=="win"', { 376 ['OS=="win"', {
373 'conditions': [ 377 'conditions': [
374 ['chrome_pgo_phase==1', { 378 ['chrome_pgo_phase==1', {
(...skipping 29 matching lines...) Expand all
404 'dependencies': [ 408 'dependencies': [
405 '../pdf/pdf.gyp:pdf', 409 '../pdf/pdf.gyp:pdf',
406 ], 410 ],
407 }], 411 }],
408 ], 412 ],
409 }, # target chrome_child_dll 413 }, # target chrome_child_dll
410 ], 414 ],
411 }], 415 }],
412 ], 416 ],
413 } 417 }
OLDNEW
« no previous file with comments | « chrome/app/close_handle_hook_win.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698