Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: chrome/chrome_common.gypi

Issue 14494004: Added the 'Translation Logs' tab to chrome://translate-internals/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: first commit Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'common/external_ipc_fuzzer.cc', 320 'common/external_ipc_fuzzer.cc',
321 'common/icon_with_badge_image_source.cc', 321 'common/icon_with_badge_image_source.cc',
322 'common/icon_with_badge_image_source.h', 322 'common/icon_with_badge_image_source.h',
323 'common/instant_restricted_id_cache.h', 323 'common/instant_restricted_id_cache.h',
324 'common/instant_types.cc', 324 'common/instant_types.cc',
325 'common/instant_types.h', 325 'common/instant_types.h',
326 'common/json_schema/json_schema_constants.cc', 326 'common/json_schema/json_schema_constants.cc',
327 'common/json_schema/json_schema_constants.h', 327 'common/json_schema/json_schema_constants.h',
328 'common/json_schema/json_schema_validator.cc', 328 'common/json_schema/json_schema_validator.cc',
329 'common/json_schema/json_schema_validator.h', 329 'common/json_schema/json_schema_validator.h',
330 'common/language_detection_details.cc',
331 'common/language_detection_details.h',
330 'common/localized_error.cc', 332 'common/localized_error.cc',
331 'common/localized_error.h', 333 'common/localized_error.h',
332 'common/logging_chrome.cc', 334 'common/logging_chrome.cc',
333 'common/logging_chrome.h', 335 'common/logging_chrome.h',
334 'common/mac/app_mode_common.h', 336 'common/mac/app_mode_common.h',
335 'common/mac/app_mode_common.mm', 337 'common/mac/app_mode_common.mm',
336 'common/mac/cfbundle_blocker.h', 338 'common/mac/cfbundle_blocker.h',
337 'common/mac/cfbundle_blocker.mm', 339 'common/mac/cfbundle_blocker.mm',
338 'common/mac/launchd.h', 340 'common/mac/launchd.h',
339 'common/mac/launchd.mm', 341 'common/mac/launchd.mm',
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 'common/metrics/proto/user_action_event.proto', 751 'common/metrics/proto/user_action_event.proto',
750 ], 752 ],
751 'variables': { 753 'variables': {
752 'proto_in_dir': 'common/metrics/proto', 754 'proto_in_dir': 'common/metrics/proto',
753 'proto_out_dir': 'chrome/common/metrics/proto', 755 'proto_out_dir': 'chrome/common/metrics/proto',
754 }, 756 },
755 'includes': [ '../build/protoc.gypi' ], 757 'includes': [ '../build/protoc.gypi' ],
756 }, 758 },
757 ], 759 ],
758 } 760 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698