| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 ['exclude', '_nss\.cc$'], | 280 ['exclude', '_nss\.cc$'], |
| 281 ], | 281 ], |
| 282 'sources!': [ | 282 'sources!': [ |
| 283 'atomicops_internals_x86_gcc.cc', | 283 'atomicops_internals_x86_gcc.cc', |
| 284 'base_paths_posix.cc', | 284 'base_paths_posix.cc', |
| 285 'directory_watcher_inotify.cc', | 285 'directory_watcher_inotify.cc', |
| 286 'linux_util.cc', | 286 'linux_util.cc', |
| 287 'message_pump_glib.cc', | 287 'message_pump_glib.cc', |
| 288 'nss_init.cc', | 288 'nss_init.cc', |
| 289 'nss_init.h', | 289 'nss_init.h', |
| 290 'time_posix.cc', | |
| 291 ], | 290 ], |
| 292 },], | 291 },], |
| 293 [ 'OS != "linux"', { | 292 [ 'OS != "linux"', { |
| 294 'sources!': [ | 293 'sources!': [ |
| 295 # Not automatically excluded by the *linux.cc rules. | 294 # Not automatically excluded by the *linux.cc rules. |
| 296 'setproctitle_linux.c', | 295 'setproctitle_linux.c', |
| 297 'setproctitle_linux.h', | 296 'setproctitle_linux.h', |
| 298 ], | 297 ], |
| 299 }, | 298 }, |
| 300 ], | 299 ], |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 'configurations': { | 587 'configurations': { |
| 589 'Common': { | 588 'Common': { |
| 590 'msvs_target_platform': 'x64', | 589 'msvs_target_platform': 'x64', |
| 591 }, | 590 }, |
| 592 }, | 591 }, |
| 593 }, | 592 }, |
| 594 ], | 593 ], |
| 595 }], | 594 }], |
| 596 ], | 595 ], |
| 597 } | 596 } |
| OLD | NEW |