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

Side by Side Diff: base/base.gypi

Issue 22750002: Move AlterEnvironment to base/environment.h, implement on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add out-of-line constructor. Created 7 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/environment.h » ('j') | base/environment.h » ('J')
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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'power_monitor/power_monitor_source.cc', 391 'power_monitor/power_monitor_source.cc',
392 'power_monitor/power_monitor_source.h', 392 'power_monitor/power_monitor_source.h',
393 'power_monitor/power_observer.h', 393 'power_monitor/power_observer.h',
394 'process/internal_linux.cc', 394 'process/internal_linux.cc',
395 'process/internal_linux.h', 395 'process/internal_linux.h',
396 'process/kill.cc', 396 'process/kill.cc',
397 'process/kill.h', 397 'process/kill.h',
398 'process/kill_mac.cc', 398 'process/kill_mac.cc',
399 'process/kill_posix.cc', 399 'process/kill_posix.cc',
400 'process/kill_win.cc', 400 'process/kill_win.cc',
401 'process/launch.cc',
401 'process/launch.h', 402 'process/launch.h',
402 'process/launch_ios.cc', 403 'process/launch_ios.cc',
403 'process/launch_mac.cc', 404 'process/launch_mac.cc',
404 'process/launch_posix.cc', 405 'process/launch_posix.cc',
405 'process/launch_win.cc', 406 'process/launch_win.cc',
406 'process/memory.h', 407 'process/memory.h',
407 'process/memory_linux.cc', 408 'process/memory_linux.cc',
408 'process/memory_mac.mm', 409 'process/memory_mac.mm',
409 'process/memory_win.cc', 410 'process/memory_win.cc',
410 'process/process.h', 411 'process/process.h',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 886 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
886 'sources/': [ 887 'sources/': [
887 ['exclude', '^third_party/nspr/'], 888 ['exclude', '^third_party/nspr/'],
888 ], 889 ],
889 }], 890 }],
890 ], 891 ],
891 }], 892 }],
892 ], 893 ],
893 }, 894 },
894 } 895 }
OLDNEW
« no previous file with comments | « no previous file | base/environment.h » ('j') | base/environment.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698