| 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 'common/ref_counted_util.h', | 376 'common/ref_counted_util.h', |
| 377 'common/render_messages.cc', | 377 'common/render_messages.cc', |
| 378 'common/render_messages.h', | 378 'common/render_messages.h', |
| 379 'common/safe_browsing/download_protection_util.cc', | 379 'common/safe_browsing/download_protection_util.cc', |
| 380 'common/safe_browsing/download_protection_util.h', | 380 'common/safe_browsing/download_protection_util.h', |
| 381 'common/safe_browsing/safebrowsing_messages.h', | 381 'common/safe_browsing/safebrowsing_messages.h', |
| 382 'common/safe_browsing/zip_analyzer.cc', | 382 'common/safe_browsing/zip_analyzer.cc', |
| 383 'common/safe_browsing/zip_analyzer.h', | 383 'common/safe_browsing/zip_analyzer.h', |
| 384 'common/search_provider.h', | 384 'common/search_provider.h', |
| 385 'common/search_types.h', | 385 'common/search_types.h', |
| 386 'common/search_urls.cc', |
| 387 'common/search_urls.h', |
| 386 'common/service_messages.h', | 388 'common/service_messages.h', |
| 387 'common/service_process_util.cc', | 389 'common/service_process_util.cc', |
| 388 'common/service_process_util.h', | 390 'common/service_process_util.h', |
| 389 'common/service_process_util_linux.cc', | 391 'common/service_process_util_linux.cc', |
| 390 'common/service_process_util_mac.mm', | 392 'common/service_process_util_mac.mm', |
| 391 'common/service_process_util_posix.cc', | 393 'common/service_process_util_posix.cc', |
| 392 'common/service_process_util_posix.h', | 394 'common/service_process_util_posix.h', |
| 393 'common/service_process_util_win.cc', | 395 'common/service_process_util_win.cc', |
| 394 'common/spellcheck_common.cc', | 396 'common/spellcheck_common.cc', |
| 395 'common/spellcheck_common.h', | 397 'common/spellcheck_common.h', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 'common/metrics/proto/user_action_event.proto', | 809 'common/metrics/proto/user_action_event.proto', |
| 808 ], | 810 ], |
| 809 'variables': { | 811 'variables': { |
| 810 'proto_in_dir': 'common/metrics/proto', | 812 'proto_in_dir': 'common/metrics/proto', |
| 811 'proto_out_dir': 'chrome/common/metrics/proto', | 813 'proto_out_dir': 'chrome/common/metrics/proto', |
| 812 }, | 814 }, |
| 813 'includes': [ '../build/protoc.gypi' ], | 815 'includes': [ '../build/protoc.gypi' ], |
| 814 }, | 816 }, |
| 815 ], | 817 ], |
| 816 } | 818 } |
| OLD | NEW |