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

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: 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
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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 '../content/content.gyp:content_app_browser', 335 '../content/content.gyp:content_app_browser',
336 '../content/content.gyp:content', 336 '../content/content.gyp:content',
337 '../skia/skia.gyp:skia', 337 '../skia/skia.gyp:skia',
338 '../ui/gfx/gfx.gyp:gfx', 338 '../ui/gfx/gfx.gyp:gfx',
339 '../ui/gl/gl.gyp:gl', 339 '../ui/gl/gl.gyp:gl',
340 ], 340 ],
341 'include_dirs': [ 341 'include_dirs': [
342 '../breakpad/src', 342 '../breakpad/src',
343 ], 343 ],
344 'sources': [ 344 'sources': [
345 'android/cast_crash_keys_android.cc',
346 'android/cast_crash_keys_android.h',
345 'android/cast_jni_registrar.cc', 347 'android/cast_jni_registrar.cc',
346 'android/cast_jni_registrar.h', 348 'android/cast_jni_registrar.h',
347 'android/chromecast_config_android.cc', 349 'android/chromecast_config_android.cc',
348 'android/chromecast_config_android.h', 350 'android/chromecast_config_android.h',
349 'android/platform_jni_loader.h', 351 'android/platform_jni_loader.h',
350 'app/android/cast_jni_loader.cc', 352 'app/android/cast_jni_loader.cc',
351 'browser/android/cast_window_android.cc', 353 'browser/android/cast_window_android.cc',
352 'browser/android/cast_window_android.h', 354 'browser/android/cast_window_android.h',
353 'browser/android/cast_window_manager.cc', 355 'browser/android/cast_window_manager.cc',
354 'browser/android/cast_window_manager.h', 356 'browser/android/cast_window_manager.h',
(...skipping 169 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

Powered by Google App Engine
This is Rietveld 408576698