| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 47 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 48 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', | 48 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', |
| 49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 52 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 52 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
| 53 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 53 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| 54 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 54 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 55 '<(DEPTH)/ui/ui.gyp:ui_resources', | 55 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
| 57 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 57 ], | 58 ], |
| 58 'sources': [ | 59 'sources': [ |
| 59 'common/all_messages.h', | 60 'common/all_messages.h', |
| 60 'common/attrition_experiments.h', | 61 'common/attrition_experiments.h', |
| 61 'common/auto_start_linux.cc', | 62 'common/auto_start_linux.cc', |
| 62 'common/auto_start_linux.h', | 63 'common/auto_start_linux.h', |
| 63 'common/autofill_messages.h', | 64 'common/autofill_messages.h', |
| 64 'common/automation_constants.cc', | 65 'common/automation_constants.cc', |
| 65 'common/automation_constants.h', | 66 'common/automation_constants.h', |
| 66 'common/automation_events.cc', | 67 'common/automation_events.cc', |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'common/metrics/proto/user_action_event.proto', | 524 'common/metrics/proto/user_action_event.proto', |
| 524 ], | 525 ], |
| 525 'variables': { | 526 'variables': { |
| 526 'proto_in_dir': 'common/metrics/proto', | 527 'proto_in_dir': 'common/metrics/proto', |
| 527 'proto_out_dir': 'chrome/common/metrics/proto', | 528 'proto_out_dir': 'chrome/common/metrics/proto', |
| 528 }, | 529 }, |
| 529 'includes': [ '../build/protoc.gypi' ], | 530 'includes': [ '../build/protoc.gypi' ], |
| 530 }, | 531 }, |
| 531 ], | 532 ], |
| 532 } | 533 } |
| OLD | NEW |