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

Side by Side Diff: base/base.gyp

Issue 7669061: Tommi: I need an owner review for the chrome frame changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « no previous file | base/test/test_reg_util_win.h » ('j') | base/test/test_reg_util_win.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'test/multiprocess_test.h', 334 'test/multiprocess_test.h',
335 'test/perf_test_suite.cc', 335 'test/perf_test_suite.cc',
336 'test/perf_test_suite.h', 336 'test/perf_test_suite.h',
337 'test/scoped_locale.cc', 337 'test/scoped_locale.cc',
338 'test/scoped_locale.h', 338 'test/scoped_locale.h',
339 'test/test_file_util.h', 339 'test/test_file_util.h',
340 'test/test_file_util_linux.cc', 340 'test/test_file_util_linux.cc',
341 'test/test_file_util_mac.cc', 341 'test/test_file_util_mac.cc',
342 'test/test_file_util_posix.cc', 342 'test/test_file_util_posix.cc',
343 'test/test_file_util_win.cc', 343 'test/test_file_util_win.cc',
344 'test/test_reg_util_win.cc',
345 'test/test_reg_util_win.h',
344 'test/test_suite.cc', 346 'test/test_suite.cc',
345 'test/test_suite.h', 347 'test/test_suite.h',
346 'test/test_switches.cc', 348 'test/test_switches.cc',
347 'test/test_switches.h', 349 'test/test_switches.h',
348 'test/test_timeouts.cc', 350 'test/test_timeouts.cc',
349 'test/test_timeouts.h', 351 'test/test_timeouts.h',
350 'test/thread_test_helper.cc', 352 'test/thread_test_helper.cc',
351 'test/thread_test_helper.h', 353 'test/thread_test_helper.h',
352 ], 354 ],
353 }, 355 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'msvs_settings': { 394 'msvs_settings': {
393 'VCLinkerTool': { 395 'VCLinkerTool': {
394 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 396 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
395 }, 397 },
396 }, 398 },
397 }, 399 },
398 ], 400 ],
399 }], 401 }],
400 ], 402 ],
401 } 403 }
OLDNEW
« no previous file with comments | « no previous file | base/test/test_reg_util_win.h » ('j') | base/test/test_reg_util_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698