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

Side by Side Diff: chromecast/chromecast.gyp

Issue 923263004: Enable crash keys for cast shell on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move crash keys Created 5 years, 10 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
« no previous file with comments | « no previous file | chromecast/crash/android/cast_crash_reporter_client_android.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'android_support_v13_target%': 7 'android_support_v13_target%':
8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib', 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib',
9 'cast_build_release': 'internal/build/cast_build_release', 9 'cast_build_release': 'internal/build/cast_build_release',
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'browser/android/cast_window_android.cc', 351 'browser/android/cast_window_android.cc',
352 'browser/android/cast_window_android.h', 352 'browser/android/cast_window_android.h',
353 'browser/android/cast_window_manager.cc', 353 'browser/android/cast_window_manager.cc',
354 'browser/android/cast_window_manager.h', 354 'browser/android/cast_window_manager.h',
355 'browser/android/external_video_surface_container_impl.cc', 355 'browser/android/external_video_surface_container_impl.cc',
356 'browser/android/external_video_surface_container_impl.h', 356 'browser/android/external_video_surface_container_impl.h',
357 'crash/android/cast_crash_reporter_client_android.cc', 357 'crash/android/cast_crash_reporter_client_android.cc',
358 'crash/android/cast_crash_reporter_client_android.h', 358 'crash/android/cast_crash_reporter_client_android.h',
359 'crash/android/crash_handler.cc', 359 'crash/android/crash_handler.cc',
360 'crash/android/crash_handler.h', 360 'crash/android/crash_handler.h',
361 'crash/cast_crash_keys.cc',
gunsch 2015/02/17 20:07:58 ah wait, can you move these to cast_crash_client a
362 'crash/cast_crash_keys.h',
361 ], 363 ],
362 'conditions': [ 364 'conditions': [
363 ['chromecast_branding=="Chrome"', { 365 ['chromecast_branding=="Chrome"', {
364 'dependencies': [ 366 'dependencies': [
365 '<(cast_internal_gyp):cast_shell_android_internal' 367 '<(cast_internal_gyp):cast_shell_android_internal'
366 ], 368 ],
367 }, { 369 }, {
368 'sources': [ 370 'sources': [
369 'android/chromecast_config_android_stub.cc', 371 'android/chromecast_config_android_stub.cc',
370 'android/platform_jni_loader_stub.cc', 372 'android/platform_jni_loader_stub.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 # TODO(dougsteed): remove when Chromecast moves to boringssl. 526 # TODO(dougsteed): remove when Chromecast moves to boringssl.
525 # Allow the cast shell to find the NSS module in the same directory. 527 # Allow the cast shell to find the NSS module in the same directory.
526 'ldflags': [ 528 'ldflags': [
527 '-Wl,-rpath=\$$ORIGIN' 529 '-Wl,-rpath=\$$ORIGIN'
528 ], 530 ],
529 }, 531 },
530 ], # end of targets 532 ], # end of targets
531 }], 533 }],
532 ], # end of conditions 534 ], # end of conditions
533 } 535 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/crash/android/cast_crash_reporter_client_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698