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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 'common/omaha_query_params/omaha_query_params.h', | 328 'common/omaha_query_params/omaha_query_params.h', |
329 'common/omnibox_focus_state.h', | 329 'common/omnibox_focus_state.h', |
330 'common/partial_circular_buffer.cc', | 330 'common/partial_circular_buffer.cc', |
331 'common/partial_circular_buffer.h', | 331 'common/partial_circular_buffer.h', |
332 'common/pepper_flash.cc', | 332 'common/pepper_flash.cc', |
333 'common/pepper_flash.h', | 333 'common/pepper_flash.h', |
334 'common/pepper_permission_util.cc', | 334 'common/pepper_permission_util.cc', |
335 'common/pepper_permission_util.h', | 335 'common/pepper_permission_util.h', |
336 'common/pref_names_util.cc', | 336 'common/pref_names_util.cc', |
337 'common/pref_names_util.h', | 337 'common/pref_names_util.h', |
| 338 'common/prerender_types.h', |
338 'common/print_messages.cc', | 339 'common/print_messages.cc', |
339 'common/print_messages.h', | 340 'common/print_messages.h', |
340 'common/profiling.cc', | 341 'common/profiling.cc', |
341 'common/profiling.h', | 342 'common/profiling.h', |
342 'common/ref_counted_util.h', | 343 'common/ref_counted_util.h', |
343 'common/render_messages.cc', | 344 'common/render_messages.cc', |
344 'common/render_messages.h', | 345 'common/render_messages.h', |
345 'common/safe_browsing/download_protection_util.cc', | 346 'common/safe_browsing/download_protection_util.cc', |
346 'common/safe_browsing/download_protection_util.h', | 347 'common/safe_browsing/download_protection_util.h', |
347 'common/safe_browsing/safebrowsing_messages.h', | 348 'common/safe_browsing/safebrowsing_messages.h', |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 'common/metrics/proto/user_action_event.proto', | 761 'common/metrics/proto/user_action_event.proto', |
761 ], | 762 ], |
762 'variables': { | 763 'variables': { |
763 'proto_in_dir': 'common/metrics/proto', | 764 'proto_in_dir': 'common/metrics/proto', |
764 'proto_out_dir': 'chrome/common/metrics/proto', | 765 'proto_out_dir': 'chrome/common/metrics/proto', |
765 }, | 766 }, |
766 'includes': [ '../build/protoc.gypi' ], | 767 'includes': [ '../build/protoc.gypi' ], |
767 }, | 768 }, |
768 ], | 769 ], |
769 } | 770 } |
OLD | NEW |