| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'common', | 8 'target_name': 'common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 'common/string_ordinal.cc', | 219 'common/string_ordinal.cc', |
| 220 'common/string_ordinal.h', | 220 'common/string_ordinal.h', |
| 221 'common/switch_utils.cc', | 221 'common/switch_utils.cc', |
| 222 'common/switch_utils.h', | 222 'common/switch_utils.h', |
| 223 'common/thumbnail_score.cc', | 223 'common/thumbnail_score.cc', |
| 224 'common/thumbnail_score.h', | 224 'common/thumbnail_score.h', |
| 225 'common/time_format.cc', | 225 'common/time_format.cc', |
| 226 'common/time_format.h', | 226 'common/time_format.h', |
| 227 'common/url_constants.cc', | 227 'common/url_constants.cc', |
| 228 'common/url_constants.h', | 228 'common/url_constants.h', |
| 229 'common/chrome_view_types.cc', | 229 'common/chrome_view_type.cc', |
| 230 'common/chrome_view_types.h', | 230 'common/chrome_view_type.h', |
| 231 'common/visitedlink_common.cc', | 231 'common/visitedlink_common.cc', |
| 232 'common/visitedlink_common.h', | 232 'common/visitedlink_common.h', |
| 233 'common/web_apps.cc', | 233 'common/web_apps.cc', |
| 234 'common/web_apps.h', | 234 'common/web_apps.h', |
| 235 'common/web_resource/web_resource_unpacker.cc', | 235 'common/web_resource/web_resource_unpacker.cc', |
| 236 'common/web_resource/web_resource_unpacker.h', | 236 'common/web_resource/web_resource_unpacker.h', |
| 237 'common/worker_thread_ticker.cc', | 237 'common/worker_thread_ticker.cc', |
| 238 'common/worker_thread_ticker.h', | 238 'common/worker_thread_ticker.h', |
| 239 'common/zip.cc', # Requires zlib directly. | 239 'common/zip.cc', # Requires zlib directly. |
| 240 'common/zip.h', | 240 'common/zip.h', |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'common/safe_browsing/csd.proto' | 431 'common/safe_browsing/csd.proto' |
| 432 ], | 432 ], |
| 433 'variables': { | 433 'variables': { |
| 434 'proto_in_dir': 'common/safe_browsing', | 434 'proto_in_dir': 'common/safe_browsing', |
| 435 'proto_out_dir': 'chrome/common/safe_browsing', | 435 'proto_out_dir': 'chrome/common/safe_browsing', |
| 436 }, | 436 }, |
| 437 'includes': [ '../build/protoc.gypi' ], | 437 'includes': [ '../build/protoc.gypi' ], |
| 438 }, | 438 }, |
| 439 ], | 439 ], |
| 440 } | 440 } |
| OLD | NEW |