| OLD | NEW |
| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'common/view_types.cc', | 236 'common/view_types.cc', |
| 237 'common/view_types.h', | 237 'common/view_types.h', |
| 238 'common/visitedlink_common.cc', | 238 'common/visitedlink_common.cc', |
| 239 'common/visitedlink_common.h', | 239 'common/visitedlink_common.h', |
| 240 'common/web_apps.cc', | 240 'common/web_apps.cc', |
| 241 'common/web_apps.h', | 241 'common/web_apps.h', |
| 242 'common/web_resource/web_resource_unpacker.cc', | 242 'common/web_resource/web_resource_unpacker.cc', |
| 243 'common/web_resource/web_resource_unpacker.h', | 243 'common/web_resource/web_resource_unpacker.h', |
| 244 'common/webkit_param_traits.cc', | 244 'common/webkit_param_traits.cc', |
| 245 'common/webkit_param_traits.h', | 245 'common/webkit_param_traits.h', |
| 246 'common/window_container_type.cc', | |
| 247 'common/window_container_type.h', | |
| 248 'common/worker_thread_ticker.cc', | 246 'common/worker_thread_ticker.cc', |
| 249 'common/worker_thread_ticker.h', | 247 'common/worker_thread_ticker.h', |
| 250 'common/zip.cc', # Requires zlib directly. | 248 'common/zip.cc', # Requires zlib directly. |
| 251 'common/zip.h', | 249 'common/zip.h', |
| 252 ], | 250 ], |
| 253 'conditions': [ | 251 'conditions': [ |
| 254 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 252 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| 255 'dependencies': [ | 253 'dependencies': [ |
| 256 '../build/linux/system.gyp:gtk', | 254 '../build/linux/system.gyp:gtk', |
| 257 ], | 255 ], |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 'configurations': { | 482 'configurations': { |
| 485 'Common_Base': { | 483 'Common_Base': { |
| 486 'msvs_target_platform': 'x64', | 484 'msvs_target_platform': 'x64', |
| 487 }, | 485 }, |
| 488 }, | 486 }, |
| 489 }, | 487 }, |
| 490 ], | 488 ], |
| 491 }], | 489 }], |
| 492 ], | 490 ], |
| 493 } | 491 } |
| OLD | NEW |