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

Side by Side Diff: app/app_base.gypi

Issue 5310005: Monitor sleep/wake on Mac. Should fix some networking issues arising after sl... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | app/system_monitor.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
11 # This part is shared between the targets defined below. Only files and 11 # This part is shared between the targets defined below. Only files and
12 # settings relevant for building the Win64 target should be added here. 12 # settings relevant for building the Win64 target should be added here.
13 # All the rest should be added to the 'app_base' target below. 13 # All the rest should be added to the 'app_base' target below.
14 ['app_base_target==1', { 14 ['app_base_target==1', {
15 'sources': [ 15 'sources': [
16 # Used both for Chrome and for Win64 NaCl loader 16 # Used both for Chrome and for Win64 NaCl loader
17 'app_paths.h', 17 'app_paths.h',
18 'app_paths.cc', 18 'app_paths.cc',
19 'app_switches.h', 19 'app_switches.h',
20 'app_switches.cc', 20 'app_switches.cc',
21 'hi_res_timer_manager_posix.cc', 21 'hi_res_timer_manager_posix.cc',
22 'hi_res_timer_manager_win.cc', 22 'hi_res_timer_manager_win.cc',
23 'hi_res_timer_manager.h', 23 'hi_res_timer_manager.h',
24 'system_monitor.cc', 24 'system_monitor.cc',
25 'system_monitor.h', 25 'system_monitor.h',
26 'system_monitor_mac.mm',
26 'system_monitor_posix.cc', 27 'system_monitor_posix.cc',
27 'system_monitor_win.cc', 28 'system_monitor_win.cc',
28 'tree_model.h', 29 'tree_model.h',
29 'tree_node_iterator.h', 30 'tree_node_iterator.h',
30 'tree_node_model.h', 31 'tree_node_model.h',
31 ], 32 ],
32 'conditions': [ 33 'conditions': [
33 ['OS=="win"', { 34 ['OS=="win"', {
34 'sources': [ 35 'sources': [
35 'win_util.cc', 36 'win_util.cc',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'configurations': { 445 'configurations': {
445 'Common_Base': { 446 'Common_Base': {
446 'msvs_target_platform': 'x64', 447 'msvs_target_platform': 'x64',
447 }, 448 },
448 }, 449 },
449 }, 450 },
450 ], 451 ],
451 }], 452 }],
452 ], 453 ],
453 } 454 }
OLDNEW
« no previous file with comments | « no previous file | app/system_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698