| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'common/ref_counted_util.h', | 431 'common/ref_counted_util.h', |
| 432 'common/render_messages.cc', | 432 'common/render_messages.cc', |
| 433 'common/render_messages.h', | 433 'common/render_messages.h', |
| 434 'common/safe_browsing/download_protection_util.cc', | 434 'common/safe_browsing/download_protection_util.cc', |
| 435 'common/safe_browsing/download_protection_util.h', | 435 'common/safe_browsing/download_protection_util.h', |
| 436 'common/safe_browsing/safebrowsing_messages.h', | 436 'common/safe_browsing/safebrowsing_messages.h', |
| 437 'common/safe_browsing/zip_analyzer.cc', | 437 'common/safe_browsing/zip_analyzer.cc', |
| 438 'common/safe_browsing/zip_analyzer.h', | 438 'common/safe_browsing/zip_analyzer.h', |
| 439 'common/search_provider.h', | 439 'common/search_provider.h', |
| 440 'common/search_types.h', | 440 'common/search_types.h', |
| 441 'common/search_urls.cc', |
| 442 'common/search_urls.h', |
| 441 'common/service_messages.h', | 443 'common/service_messages.h', |
| 442 'common/service_process_util.cc', | 444 'common/service_process_util.cc', |
| 443 'common/service_process_util.h', | 445 'common/service_process_util.h', |
| 444 'common/service_process_util_linux.cc', | 446 'common/service_process_util_linux.cc', |
| 445 'common/service_process_util_mac.mm', | 447 'common/service_process_util_mac.mm', |
| 446 'common/service_process_util_posix.cc', | 448 'common/service_process_util_posix.cc', |
| 447 'common/service_process_util_posix.h', | 449 'common/service_process_util_posix.h', |
| 448 'common/service_process_util_win.cc', | 450 'common/service_process_util_win.cc', |
| 449 'common/spellcheck_common.cc', | 451 'common/spellcheck_common.cc', |
| 450 'common/spellcheck_common.h', | 452 'common/spellcheck_common.h', |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 'common/metrics/proto/user_action_event.proto', | 866 'common/metrics/proto/user_action_event.proto', |
| 865 ], | 867 ], |
| 866 'variables': { | 868 'variables': { |
| 867 'proto_in_dir': 'common/metrics/proto', | 869 'proto_in_dir': 'common/metrics/proto', |
| 868 'proto_out_dir': 'chrome/common/metrics/proto', | 870 'proto_out_dir': 'chrome/common/metrics/proto', |
| 869 }, | 871 }, |
| 870 'includes': [ '../build/protoc.gypi' ], | 872 'includes': [ '../build/protoc.gypi' ], |
| 871 }, | 873 }, |
| 872 ], | 874 ], |
| 873 } | 875 } |
| OLD | NEW |